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 0cd6b3a commit 6db5458Copy full SHA for 6db5458
nginx.conf.sample
@@ -47,6 +47,7 @@ location /update {
47
48
location ~ ^/update/index.php {
49
fastcgi_split_path_info ^(/update/index.php)(/.+)$;
50
+# 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