From 3d6edf2300752ce2249d2b200189363ac179a8ee Mon Sep 17 00:00:00 2001 From: devbhosale Date: Wed, 29 May 2019 18:28:12 -0400 Subject: [PATCH] update to php72-fpm.sock avoid 502 Currently it uses php7.2-fpm.sock while the actual socket file name is php72-fpm.sock --- wo/cli/templates/stub_status.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/cli/templates/stub_status.mustache b/wo/cli/templates/stub_status.mustache index 8c04dcc..82bbde7 100644 --- a/wo/cli/templates/stub_status.mustache +++ b/wo/cli/templates/stub_status.mustache @@ -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 {