2020-11-18 15:21:08 +01:00

5 lines
83 B
Plaintext

port_in_redirect off;
location ~ ^/(app1|app2)$ {
rewrite ^(.*)$ $1/ permanent;
}