mirror of
https://github.com/YunoHost-Apps/etherpad_ynh.git
synced 2024-09-03 18:36:10 +02:00
fix nginx conf port bug on upgrade script (again)
This commit is contained in:
parent
26d476e1bd
commit
78b6de2f4a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
location YNH_EXAMPLE_PATH/ {
|
||||
location YNH_PATH/ {
|
||||
rewrite ^YNH_PATH$ YNH_PATH/ permanent;
|
||||
proxy_pass http://YNH_DOMAIN:YNH_PORT/;
|
||||
proxy_set_header Host $host;
|
||||
|
|
Loading…
Add table
Reference in a new issue