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

Fixes wrong alias setting

This commit is contained in:
Selamanse 2017-07-19 13:53:44 +02:00
parent 6df8d533d0
commit aab8120a6a

View file

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