- turn off php73 from nginx conf example by default
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
upstream php73 {
|
||||
server php73:9000;
|
||||
}
|
||||
#upstream php73 {
|
||||
# server php73:9000;
|
||||
#}
|
||||
|
||||
upstream php74 {
|
||||
server php74:9000;
|
||||
@ -82,7 +82,7 @@ server {
|
||||
fastcgi_param PATH_TRANSLATED $document_root$fastcgi_path_info;
|
||||
fastcgi_param SERVER_NAME $host;
|
||||
|
||||
fastcgi_pass php73;
|
||||
fastcgi_pass php74;
|
||||
fastcgi_index index.php;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user