mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
f9e9984818
This reverts commit 18d7593c72.
Buildbot did not build the new version successfully due to
krb5 detection problems. Let's revert to the previous version,
so that 17.01.1 can be built in a stable way.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
33 lines
1.0 KiB
Plaintext
33 lines
1.0 KiB
Plaintext
server.modules = (
|
|
)
|
|
|
|
server.document-root = "/www"
|
|
server.upload-dirs = ( "/tmp" )
|
|
server.errorlog = "/var/log/lighttpd/error.log"
|
|
server.pid-file = "/var/run/lighttpd.pid"
|
|
server.username = "http"
|
|
server.groupname = "www-data"
|
|
|
|
index-file.names = ( "index.php", "index.html",
|
|
"index.htm", "default.htm",
|
|
"index.lighttpd.html" )
|
|
|
|
static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
|
|
|
|
### Options that are useful but not always necessary:
|
|
#server.chroot = "/"
|
|
#server.port = 81
|
|
#server.bind = "localhost"
|
|
#server.tag = "lighttpd"
|
|
#server.errorlog-use-syslog = "enable"
|
|
#server.network-backend = "write"
|
|
|
|
### Use IPv6 if available
|
|
#include_shell "/usr/share/lighttpd/use-ipv6.pl"
|
|
|
|
#dir-listing.encoding = "utf-8"
|
|
#server.dir-listing = "enable"
|
|
|
|
include "/etc/lighttpd/mime.conf"
|
|
include_shell "cat /etc/lighttpd/conf.d/*.conf"
|