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:
devbhosale
2019-05-29 18:28:12 -04:00
committed by GitHub
parent 3eba56ec88
commit 3d6edf2300

View File

@@ -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 {