php config and examples fixes
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
port_in_redirect off;
|
||||
location ~ ^/(app1|app2)$ {
|
||||
rewrite ^(.*)$ $1/ permanent;
|
||||
}
|
||||
Reference in New Issue
Block a user