mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
[enh] set proxy_pass to duniter-ui.
This commit is contained in:
parent
f61cc3606f
commit
f6020c33c2
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
location YNH_EXAMPLE_PATH/ {
|
||||
rewrite ^YNH_EXAMPLE_PATH$ YNH_EXAMPLE_PATH/ permanent;
|
||||
proxy_pass http://YNH_EXAMPLE_DOMAIN:YNH_EXAMPLE_PORT/;
|
||||
proxy_pass http://localhost:9220/;
|
||||
proxy_set_header Host $host;
|
||||
proxy_buffering off;
|
||||
|
||||
|
|
Loading…
Reference in a new issue