summaryrefslogtreecommitdiff
path: root/net-mail/sympa/files/sympa-lighttpd.conf
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@slonko.net>2020-11-04 14:04:39 +0100
committerMarcin Deranek <marcin.deranek@slonko.net>2020-11-04 14:04:39 +0100
commit26300c0c0790f43e00ff14d7301da1e8c8714a4d (patch)
treefd0cffcbb7b762ef44d305d8ffdfae7b7bdd8c20 /net-mail/sympa/files/sympa-lighttpd.conf
parentdde457ed3c7256a8eba9c33f765e6dafbbbd25f1 (diff)
downloadportage-26300c0c0790f43e00ff14d7301da1e8c8714a4d.tar.gz
portage-26300c0c0790f43e00ff14d7301da1e8c8714a4d.tar.bz2
portage-26300c0c0790f43e00ff14d7301da1e8c8714a4d.zip
Version bump + various cleanups
Diffstat (limited to 'net-mail/sympa/files/sympa-lighttpd.conf')
-rw-r--r--net-mail/sympa/files/sympa-lighttpd.conf17
1 files changed, 9 insertions, 8 deletions
diff --git a/net-mail/sympa/files/sympa-lighttpd.conf b/net-mail/sympa/files/sympa-lighttpd.conf
index 7023086..ce072c5 100644
--- a/net-mail/sympa/files/sympa-lighttpd.conf
+++ b/net-mail/sympa/files/sympa-lighttpd.conf
@@ -1,14 +1,15 @@
server.modules += ("mod_fastcgi")
+server.modules += ("mod_alias")
alias.url += ( "/static-sympa/" => "/var/spool/sympa/static_content/" )
$HTTP["url"] =~ "^/sympa" {
-fastcgi.server = ( "/sympa" =>
- (( "check-local" => "disable",
- "bin-path" => "/usr/libexec/sympa/wwsympa-wrapper.fcgi",
- "socket" => "/var/run/lighttpd/sympa.sock",
- "max-procs" => 2,
- "idle-timeout" => 20,
- ))
- )
+ fastcgi.server = ( "/sympa" =>
+ (( "check-local" => "disable",
+ "bin-path" => "/usr/libexec/sympa/wwsympa-wrapper.fcgi",
+ "socket" => "/var/run/lighttpd/sympa.sock",
+ "max-procs" => 2,
+ "idle-timeout" => 20,
+ ))
+ )
}