update to php72-fpm.sock avoid 502
Currently it uses php7.2-fpm.sock while the actual socket file name is php72-fpm.sock
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# DO NOT MODIFY, ALL CHANGES WILL BE LOST AFTER AN WordOps (wo) UPDATE
|
||||
{{#phpconf}}
|
||||
upstream phpstatus {
|
||||
server unix:/run/php/php7.2-fpm.sock;
|
||||
server unix:/run/php/php72-fpm.sock;
|
||||
}
|
||||
{{/phpconf}}
|
||||
server {
|
||||
|
||||
Reference in New Issue
Block a user