mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
parent
f07cbcc107
commit
8583be040c
@ -25,10 +25,10 @@ location ~ ^{webPath}/index\.php(.*)$ {
|
|||||||
fastcgi_param SCRIPT_FILENAME {publicPath}/index.php;
|
fastcgi_param SCRIPT_FILENAME {publicPath}/index.php;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ ^{webPath} {
|
location ~ ^{webPath}(.+)? {
|
||||||
alias {publicPath};
|
alias {publicPath};
|
||||||
index index.php;
|
index index.php;
|
||||||
try_files $uri $uri/ {webPath}/index.php$is_args$args;
|
try_files $1 $uri $uri/ {webPath}/index.php$is_args$args;
|
||||||
}
|
}
|
||||||
EOD;
|
EOD;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user