shinken_ynh/conf/nginx.conf
Jeremy MANSON 93a05133b0 first commit
Adding scripts Primitives "install" " delete" "upgrade" and nginx conf
2016-03-07 10:19:14 +01:00

7 lines
188 B
Nginx Configuration File

location ^~ /shinken {
proxy_pass http://127.0.0.1:7677;
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
more_clear_input_headers 'Accept-Encoding';
}