mirror of
https://github.com/YunoHost-Apps/zeronet_ynh.git
synced 2024-09-03 17:46:12 +02:00
Fixes nginx conf
This commit is contained in:
parent
d87e7807c0
commit
5d510a6f97
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,12 @@
|
|||
location YNH_WWW_PATH {
|
||||
|
||||
proxy_pass http://127.0.0.1:YNH_LOCAL_PORT;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
include conf.d/yunohost_panel.conf.inc;
|
||||
|
|
Loading…
Add table
Reference in a new issue