bundles/icinga2: add dependencies for icingaweb2 setup
This commit is contained in:
parent
7fba53245a
commit
d3de7a27be
4 changed files with 35 additions and 1 deletions
|
@ -6,6 +6,10 @@
|
|||
fastcgi_param ICINGAWEB_CONFIGDIR /etc/icingaweb2;
|
||||
}
|
||||
|
||||
location = / {
|
||||
return 301 https://$host/authentication/login;
|
||||
}
|
||||
|
||||
location / {
|
||||
try_files $1 $uri $uri/ /index.php$is_args$args;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue