From d2ceb7f190894f53baae39a172bb2f8600e07ea8 Mon Sep 17 00:00:00 2001 From: Jeremy MANSON Date: Mon, 7 Mar 2016 11:42:54 +0100 Subject: [PATCH] incorrect port in the configuration nginx --- conf/nginx.conf | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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