Update lighttpd.conf

This commit is contained in:
Robert Vineyard 2015-03-23 12:01:26 -04:00
parent 5f7f5afec0
commit f57d2c8b2d

View file

@ -13,6 +13,7 @@ server.pid-file = "/var/run/lighttpd.pid"
server.username = "www-data" server.username = "www-data"
server.groupname = "www-data" server.groupname = "www-data"
server.port = 80 server.port = 80
server.error-handler-404 = "/Transparent.gif"
index-file.names = ( "index.php", "index.html", "index.lighttpd.html" ) index-file.names = ( "index.php", "index.html", "index.lighttpd.html" )