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 bce9048 commit f9c5e1cCopy full SHA for f9c5e1c
globals/php.conf
@@ -5,5 +5,5 @@ location ~ \.php$ {
5
include "fastcgi_params";
6
fastcgi_index index.php;
7
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
8
- fastcgi_pass unix:php7.0-fpm.sock;
+ fastcgi_pass unix:/run/php/php7.0-fpm.sock;
9
}
0 commit comments