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:
parent
6df8d533d0
commit
aab8120a6a
1 changed files with 0 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
||||||
location ^~ #LOCATION# {
|
location ^~ #LOCATION# {
|
||||||
alias #DESTDIR#/;
|
|
||||||
rewrite ^#PATH#$ #PATH#/ permanent;
|
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;
|
||||||
|
|
Loading…
Reference in a new issue