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
pull/62/head
Jacob Salmela 9 years ago
parent ee40bc0423
commit 28dd956449

@ -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"

Loading…
Cancel
Save