Skip to content

Commit 35f39a9

Browse files
committed
Changed upstream IP to always connect over IPv4
1 parent 9bf1e9a commit 35f39a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ http {
9494
fastcgi_busy_buffers_size 256k;
9595

9696
fastcgi_index index.php;
97-
fastcgi_pass localhost:9000;
97+
fastcgi_pass 127.0.0.1:9000;
9898

9999
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
100100
include fastcgi_params;

0 commit comments

Comments
 (0)