From d29102e2217432a80f4465b30c7291e42d0ac862 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 6 Oct 2021 19:40:08 -0600 Subject: [PATCH] Restart php-fpm and nginx --- centos/resources/finish.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/centos/resources/finish.sh b/centos/resources/finish.sh index 9a73709..fe3d864 100755 --- a/centos/resources/finish.sh +++ b/centos/resources/finish.sh @@ -115,6 +115,8 @@ systemctl enable freeswitch systemctl enable memcached systemctl enable postgresql-14 systemctl daemon-reload +systemctl restart php-fpm +systemctl restart nginx systemctl restart freeswitch #welcome message