1
0
mirror of https://github.com/moparisthebest/pi-hole synced 2024-11-25 02:32:15 -05:00

changing web server root folder

Since the version of lighted in Jessie moved the default folder to
/var/www/html, I am going to make it the same for wheezy for better
compatibility.

Also removed spaces
This commit is contained in:
Jacob Salmela 2015-10-17 12:04:49 -05:00
parent ee40bc0423
commit 28dd956449

View File

@ -5,7 +5,7 @@ server.modules = (
"mod_rewrite"
)
server.document-root = "/var/www"
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"