nodes/htz-cloud.luther: always put requests to urls starting with /update to update.php
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
beb55a7974
commit
7fba53245a
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@
|
||||||
try_files $uri /index.php?$query_string;
|
try_files $uri /index.php?$query_string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /update {
|
||||||
|
try_files $uri /update.php;
|
||||||
|
}
|
||||||
|
|
||||||
location @rewrite {
|
location @rewrite {
|
||||||
rewrite ^ /index.php;
|
rewrite ^ /index.php;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue