1
0
Fork 0
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:
Bachir Soussi Chiadmi 2018-05-13 11:30:15 +02:00
parent 26d476e1bd
commit 78b6de2f4a

View file

@ -1,4 +1,4 @@
location YNH_EXAMPLE_PATH/ { location YNH_PATH/ {
rewrite ^YNH_PATH$ YNH_PATH/ permanent; rewrite ^YNH_PATH$ YNH_PATH/ permanent;
proxy_pass http://YNH_DOMAIN:YNH_PORT/; proxy_pass http://YNH_DOMAIN:YNH_PORT/;
proxy_set_header Host $host; proxy_set_header Host $host;