1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/facette_ynh.git synced 2024-09-03 18:36:02 +02:00
facette_ynh/conf/nginx.conf
2017-09-06 15:19:56 +02:00

12 lines
370 B
Nginx Configuration File

location / {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
proxy_redirect off;
proxy_pass http://127.0.0.1:12003;
}
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}