lighttpd: Fix typo

This commit is contained in:
Matthias Strubel 2017-06-30 09:39:11 +02:00
parent 79bc6ff972
commit 5bca0dbb1a
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ setenv.add-response-header += ( "Cache-Control" => "max-age=60, must-revalidate,
# 404 Error Page with redirect # 404 Error Page with redirect
# #
server.error-handler-404 = "/indext.html" server.error-handler-404 = "/index.html"
## for better debugging ## for better debugging
#server.modules += ( "mod_accesslog" ) #server.modules += ( "mod_accesslog" )