php config and examples fixes

This commit is contained in:
bunkerity
2020-11-18 15:21:08 +01:00
parent dd7768c856
commit eaf817d57a
8 changed files with 20 additions and 12 deletions

View File

@@ -0,0 +1,4 @@
port_in_redirect off;
location ~ ^/(app1|app2)$ {
rewrite ^(.*)$ $1/ permanent;
}