Browse Source

roles/icinga2: update to php7.4

python3
Zolfa 4 years ago
parent
commit
16279790a0
Signed by: zolfa GPG Key ID: E1A43B038C4D6616
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/icinga2/templates/icinga.conf

+ 1
- 1
roles/icinga2/templates/icinga.conf View File

@ -5,7 +5,7 @@
rewrite ^/$ icingaweb2 redirect;
}
location ~ ^/icingaweb2/index\.php(.*)$ {
fastcgi_pass unix:/var/run/php/php7.3-fpm.sock;
fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
fastcgi_index index.php;
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME /usr/share/icingaweb2/public/index.php;


Loading…
Cancel
Save