mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
Update nginx conf
This commit is contained in:
parent
bf4b4a3deb
commit
c68f6baf5b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
location PATHTOCHANGE/ {
|
||||
location /PATHTOCHANGE {
|
||||
rewrite ^PATHTOCHANGE$ PATHTOCHANGE/ permanent;
|
||||
proxy_pass http://localhost:3000/;
|
||||
proxy_set_header Host $host;
|
||||
|
|
Loading…
Reference in a new issue