icinga2: install packages and dependencies
This commit is contained in:
parent
277808a9c5
commit
d31910368c
4 changed files with 44 additions and 6 deletions
11
data/nginx/files/extras/ovh.icinga2/icingaweb
Normal file
11
data/nginx/files/extras/ovh.icinga2/icingaweb
Normal file
|
@ -0,0 +1,11 @@
|
|||
location ~ \.php$ {
|
||||
include fastcgi.conf;
|
||||
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
||||
fastcgi_pass unix:/run/php/php7.4-fpm.sock;
|
||||
fastcgi_param SCRIPT_FILENAME /usr/share/icingaweb2/public/index.php;
|
||||
fastcgi_param ICINGAWEB_CONFIGDIR /etc/icingaweb2;
|
||||
}
|
||||
|
||||
location / {
|
||||
try_files $1 $uri $uri/ /index.php$is_args$args;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue