Skip to content

Commit 5e2dc51

Browse files
committed
fix default laravel-octane nginx config
1 parent 65593c5 commit 5e2dc51

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

8.0/nginx-server-temps/laravel-octane.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ server {
4848
proxy_set_header Upgrade $http_upgrade;
4949
proxy_set_header Connection $connection_upgrade;
5050

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;
5353
}
5454
}

8.1/nginx-server-temps/laravel-octane.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ server {
4848
proxy_set_header Upgrade $http_upgrade;
4949
proxy_set_header Connection $connection_upgrade;
5050

51-
proxy_pass unix:/run/php-fpm.sock$suffix;
51+
proxy_pass http://127.0.0.1:8000$suffix;
5252
}
5353
}

8.2/nginx-server-temps/laravel-octane.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ server {
4848
proxy_set_header Upgrade $http_upgrade;
4949
proxy_set_header Connection $connection_upgrade;
5050

51-
proxy_pass unix:/run/php-fpm.sock$suffix;
51+
proxy_pass http://127.0.0.1:8000$suffix;
5252
}
5353
}

8.3/nginx-server-temps/laravel-octane.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ server {
4848
proxy_set_header Upgrade $http_upgrade;
4949
proxy_set_header Connection $connection_upgrade;
5050

51-
proxy_pass unix:/run/php-fpm.sock$suffix;
51+
proxy_pass http://127.0.0.1:8000$suffix;
5252
}
5353
}

0 commit comments

Comments
 (0)