changed lighttpd.conf back to defaults
This commit is contained in:
@@ -2,10 +2,10 @@ server.modules = (
|
||||
"mod_access",
|
||||
"mod_alias",
|
||||
"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.errorlog = "/var/log/lighttpd/error.log"
|
||||
server.pid-file = "/var/run/lighttpd.pid"
|
||||
|
||||
Reference in New Issue
Block a user