mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-07 21:05:18 +02:00
parent
f07cbcc107
commit
8583be040c
@ -25,10 +25,10 @@ location ~ ^{webPath}/index\.php(.*)$ {
|
||||
fastcgi_param SCRIPT_FILENAME {publicPath}/index.php;
|
||||
}
|
||||
|
||||
location ~ ^{webPath} {
|
||||
location ~ ^{webPath}(.+)? {
|
||||
alias {publicPath};
|
||||
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user