1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rocketchat_ynh.git synced 2024-09-03 20:16:25 +02:00

Remove unnessasary rewrite

This commit is contained in:
Selamanse 2017-07-19 14:15:15 +02:00
parent 5b9a376d2d
commit a2d8b1fb33

View file

@ -1,5 +1,4 @@
location ^~ #LOCATION# { location ^~ #LOCATION# {
rewrite ^#PATH#$ #PATH#/ permanent;
proxy_pass http://localhost:#PORT##PATH#; proxy_pass http://localhost:#PORT##PATH#;
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_buffering off; proxy_buffering off;