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 932fbc0 commit 43e9615Copy full SHA for 43e9615
README.md
@@ -116,7 +116,7 @@ Use this as a starting point for your site configurations:
116
117
### Populate your custom directives here
118
location ~ \.php(/|\$) {
119
- include /etc/nginx/snippets/php-fpm.conf;
+ include /etc/nginx/server.available/php-fpm/{{PHP_POOL}}.conf;
120
fastcgi_split_path_info ^(.+?\.php)(/.+)\$;
121
fastcgi_param PATH_INFO \$fastcgi_path_info;
122
fastcgi_index index.php;
0 commit comments