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:
parent
5b9a376d2d
commit
a2d8b1fb33
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue