Skip to content

Commit d9bed21

Browse files
committed
Bump PHP version
1 parent 78a7eef commit d9bed21

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

global/php-pool.conf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Upstream to abstract backend connection(s) for PHP.
22
# Additional upstreams can be added to /etc/nginx/upstreams/*.conf and then you just
3-
# change `default php71` to whatever the new upstream is (could be php70 for example).
4-
upstream php71 {
5-
server unix:/run/php/php7.1-fpm.sock;
3+
# change `default php74` to whatever the new upstream is (could be php73 for example).
4+
upstream php74 {
5+
server unix:/run/php/php7.4-fpm.sock;
66
}
77

88
include /etc/nginx/upstreams/*.conf;
99

1010
map '' $upstream {
11-
default php71;
11+
default php74;
1212
}

upstreams/php70.conf

Lines changed: 0 additions & 4 deletions
This file was deleted.

upstreams/php73.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Defines the upstream for PHP 7.3
2+
upstream php73 {
3+
server unix:/run/php/php7.3-fpm.sock;
4+
}

0 commit comments

Comments
 (0)