mirror of
https://github.com/YunoHost-Apps/zeronet_ynh.git
synced 2024-09-03 17:46:12 +02:00
Fixes nginx config Accept Header
otherwise ZeroNet returns 403 FORBIDDEN upon curl request
This commit is contained in:
parent
a74d3f7ddb
commit
74ba8de99d
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ location YNH_WWW_PATH {
|
|||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header Accept 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8';
|
||||
|
||||
# Include SSOWAT user panel.
|
||||
include conf.d/yunohost_panel.conf.inc;
|
||||
|
|
Loading…
Reference in a new issue