mirror of
https://github.com/ZeJMaN/shinken_ynh.git
synced 2025-06-07 17:35:30 +02:00
7 lines
188 B
Nginx Configuration File
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';
|
|
} |