changed lighttpd.conf back to defaults
This commit is contained in:
@@ -2,10 +2,10 @@ server.modules = (
|
|||||||
"mod_access",
|
"mod_access",
|
||||||
"mod_alias",
|
"mod_alias",
|
||||||
"mod_compress",
|
"mod_compress",
|
||||||
"mod_redirect",
|
"mod_redirect"
|
||||||
)
|
)
|
||||||
|
|
||||||
server.document-root = "/home/terahz/TeraHz/frontend"
|
server.document-root = "/var/www/html"
|
||||||
server.upload-dirs = ( "/var/cache/lighttpd/uploads" )
|
server.upload-dirs = ( "/var/cache/lighttpd/uploads" )
|
||||||
server.errorlog = "/var/log/lighttpd/error.log"
|
server.errorlog = "/var/log/lighttpd/error.log"
|
||||||
server.pid-file = "/var/run/lighttpd.pid"
|
server.pid-file = "/var/run/lighttpd.pid"
|
||||||
|
|||||||
Reference in New Issue
Block a user