mirror of
https://github.com/ZeJMaN/shinken_ynh.git
synced 2025-12-06 04:51:55 +01:00
first commit
Adding scripts Primitives "install" " delete" "upgrade" and nginx conf
This commit is contained in:
7
conf/nginx.conf
Normal file
7
conf/nginx.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
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';
|
||||
}
|
||||
Reference in New Issue
Block a user