diff --git a/conf/nginx.conf b/conf/nginx.conf index 0f249b6..0232df8 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,7 +1,3 @@ -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'; +location /shinken { + proxy_pass http://127.0.0.1:7767; } \ No newline at end of file