mirror of
https://github.com/ZeJMaN/shinken_ynh.git
synced 2025-12-06 04:51:55 +01:00
incorrect port in the configuration nginx
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user