1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fider_ynh.git synced 2024-09-03 18:36:11 +02:00
fider_ynh/conf/nginx.conf

9 lines
251 B
Nginx Configuration File
Raw Normal View History

2018-01-03 23:24:48 +01:00
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {
proxy_pass http://localhost:__PORT__;
proxy_set_header X-Real-IP $remote_addr;
2014-10-20 18:55:53 +02:00
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
2014-10-20 18:55:53 +02:00
}