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