Skip to content

Commit 6db5458

Browse files
author
Digimix
committed
Optional PHP7.0 Socket Path
Updating Nginx site(s) to use New socket path. I've left it commented out, but I think this will come in handy as PHP7.0 adoption grows.
1 parent 0cd6b3a commit 6db5458

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nginx.conf.sample

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ location /update {
4747

4848
location ~ ^/update/index.php {
4949
fastcgi_split_path_info ^(/update/index.php)(/.+)$;
50+
# fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;
5051
fastcgi_pass fastcgi_backend;
5152
fastcgi_index index.php;
5253
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;

0 commit comments

Comments
 (0)