bundles/icinga2: add dependencies for icingaweb2 setup

This commit is contained in:
Franzi 2020-11-21 08:57:46 +01:00
parent 7fba53245a
commit d3de7a27be
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 35 additions and 1 deletions

View file

@ -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;
}