1
0
Fork 0
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:
realitygaps 2016-04-29 20:51:59 +02:00
parent bf4b4a3deb
commit c68f6baf5b

View file

@ -1,4 +1,4 @@
location PATHTOCHANGE/ {
location /PATHTOCHANGE {
rewrite ^PATHTOCHANGE$ PATHTOCHANGE/ permanent;
proxy_pass http://localhost:3000/;
proxy_set_header Host $host;