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 6db5458 commit e132c54Copy full SHA for e132c54
nginx.conf.sample
@@ -8,6 +8,7 @@
8
# # server 127.0.0.1:9000;
9
# # or socket
10
# server unix:/var/run/php5-fpm.sock;
11
+# server unix:/var/run/php/php7.0-fpm.sock;
12
# }
13
# server {
14
# listen 80;
@@ -47,7 +48,6 @@ location /update {
47
48
49
location ~ ^/update/index.php {
50
fastcgi_split_path_info ^(/update/index.php)(/.+)$;
-# fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;
51
fastcgi_pass fastcgi_backend;
52
fastcgi_index index.php;
53
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
0 commit comments