Skip to content

Commit 3625c04

Browse files
committed
php_pool
1 parent 433d121 commit 3625c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rootfs/etc/nginx/sites.available/zabbix.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
include {{NGINX_HEADER_FILE}};
77

88
location ~ \.php$ {
9-
include /etc/nginx/snippets/server.available/php-fpm/www.conf;
9+
include /etc/nginx/snippets/server.available/php-fpm/{{PHP_POOL}}.conf;
1010
include fastcgi_params;
1111
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
1212
fastcgi_param SCRIPT_NAME $fastcgi_script_name;

0 commit comments

Comments
 (0)