We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 433d121 commit 3625c04Copy full SHA for 3625c04
rootfs/etc/nginx/sites.available/zabbix.conf
@@ -6,7 +6,7 @@
6
include {{NGINX_HEADER_FILE}};
7
8
location ~ \.php$ {
9
- include /etc/nginx/snippets/server.available/php-fpm/www.conf;
+ include /etc/nginx/snippets/server.available/php-fpm/{{PHP_POOL}}.conf;
10
include fastcgi_params;
11
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
12
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
0 commit comments