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

This commit is contained in:
Franzi 2020-11-20 08:33:18 +01:00
parent beb55a7974
commit 7fba53245a
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -14,6 +14,10 @@
try_files $uri /index.php?$query_string;
}
location /update {
try_files $uri /update.php;
}
location @rewrite {
rewrite ^ /index.php;
}