Merge branch 'hotfix-1.1.4' of github.com:PirateBox-Dev/PirateBoxScripts_Webserver into hotfix-1.1.4

This commit is contained in:
Matthias Strubel 2017-07-01 08:47:40 +02:00
commit c29870d24e
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@ CHANGELOG
* [Fix] lang-de ; fix grammar
* [Fix] [RPi] Fix wrong path in wifi client helper script
* [Fix] initd: minircd startup fix setuid
* [Fix] initd: Fix radvd path to an absolute path
* [Fix] WWW-Content, fix a syntax error which broke jQuery
=== 1.1.3 ===
* [New] Translation bt-pr

View File

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