captive: fix wrong paths

This commit is contained in:
Matthias Strubel 2017-07-02 09:18:39 +02:00
parent 0506e87f5f
commit 30cc175614
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ $HTTP["url"] =~ "^/connecttest.txt" {
server.error-handler-404 = "/captive/ia_handler.php"
}
$HTTP["url"] =~ "^/ia_handler.php$" {
$HTTP["url"] =~ "^/captive/ia_handler.php$" {
fastcgi.server = (
"" => ((
"bin-path" => "/usr/bin/php-cgi",