1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yacy_ynh.git synced 2024-09-03 18:05:59 +02:00

Amélioration

This commit is contained in:
Moul 2014-07-09 18:04:26 +02:00
parent 6ba75d66b3
commit 843c95b1ba

11
conf/nginx.conf Normal file
View file

@ -0,0 +1,11 @@
location PATHTOCHANGE/ {
proxy_pass_header Server;
proxy_set_header Host $http_host;
proxy_redirect off;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Scheme $scheme;
proxy_pass http://127.0.0.1:8090PATHTOCHANGE/;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}