Skip to content

Commit 43e9615

Browse files
committed
Update example config
1 parent 932fbc0 commit 43e9615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Use this as a starting point for your site configurations:
116116
117117
### Populate your custom directives here
118118
location ~ \.php(/|\$) {
119-
include /etc/nginx/snippets/php-fpm.conf;
119+
include /etc/nginx/server.available/php-fpm/{{PHP_POOL}}.conf;
120120
fastcgi_split_path_info ^(.+?\.php)(/.+)\$;
121121
fastcgi_param PATH_INFO \$fastcgi_path_info;
122122
fastcgi_index index.php;

0 commit comments

Comments
 (0)