Skip to content

Commit c384d30

Browse files
committed
Default to php 8.3 in nginx
1 parent 150f431 commit c384d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/dist/web/nginx/backends.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
upstream fastcgi_backend {
2-
server php74:9000;
2+
server php83:9000;
33
}
44
#upstream fastcgi56_backend {
55
# server php56:9000;

0 commit comments

Comments
 (0)