File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ server {
48
48
proxy_set_header Upgrade $http_upgrade;
49
49
proxy_set_header Connection $connection_upgrade;
50
50
51
- # proxy_pass http://127.0.0.1:8000$suffix;
52
- proxy_pass unix:/run/php-fpm.sock$suffix;
51
+ proxy_pass http://127.0.0.1:8000$suffix;
52
+ # proxy_pass unix:/run/php-fpm.sock$suffix;
53
53
}
54
54
}
Original file line number Diff line number Diff line change @@ -48,6 +48,6 @@ server {
48
48
proxy_set_header Upgrade $http_upgrade;
49
49
proxy_set_header Connection $connection_upgrade;
50
50
51
- proxy_pass unix:/run/php-fpm.sock $suffix;
51
+ proxy_pass http://127.0.0.1:8000 $suffix;
52
52
}
53
53
}
Original file line number Diff line number Diff line change @@ -48,6 +48,6 @@ server {
48
48
proxy_set_header Upgrade $http_upgrade;
49
49
proxy_set_header Connection $connection_upgrade;
50
50
51
- proxy_pass unix:/run/php-fpm.sock $suffix;
51
+ proxy_pass http://127.0.0.1:8000 $suffix;
52
52
}
53
53
}
Original file line number Diff line number Diff line change @@ -48,6 +48,6 @@ server {
48
48
proxy_set_header Upgrade $http_upgrade;
49
49
proxy_set_header Connection $connection_upgrade;
50
50
51
- proxy_pass unix:/run/php-fpm.sock $suffix;
51
+ proxy_pass http://127.0.0.1:8000 $suffix;
52
52
}
53
53
}
You can’t perform that action at this time.
0 commit comments