incorrect port in the configuration nginx

This commit is contained in:
Jeremy MANSON 2016-03-07 11:42:54 +01:00
parent d2ff29cb71
commit d2ceb7f190

View File

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