|
|
|
@ -9,7 +9,9 @@ server.modules = ( |
|
|
|
|
|
|
|
|
|
server.document-root = "/run/www" |
|
|
|
|
server.upload-dirs = ( "/var/cache/lighttpd/uploads" ) |
|
|
|
|
server.errorlog = "/var/log/lighttpd/error.log" |
|
|
|
|
# the next two are to force the error messages to go to stderr |
|
|
|
|
#server.errorlog = "/var/log/lighttpd/error.log" |
|
|
|
|
server.errorlog-use-syslog = "disable" |
|
|
|
|
server.pid-file = "/var/run/lighttpd.pid" |
|
|
|
|
server.username = "www-data" |
|
|
|
|
server.groupname = "www-data" |
|
|
|
|