From 660004c2c1102836b0cd97607f22e2dee7e5e71d Mon Sep 17 00:00:00 2001 From: Natalie Martin Date: Thu, 14 Sep 2023 15:19:24 -0700 Subject: [PATCH] Enable php-fpm Apache conf Due to a typo in configuration (a dropped backslash), php-fpm's configuration file was not being enabled. Fix the line in the backend provisioner script. Co-authored-by: Liam Lloyd --- provisioners/configure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/provisioners/configure.sh b/provisioners/configure.sh index a1ed82b..c199be2 100644 --- a/provisioners/configure.sh +++ b/provisioners/configure.sh @@ -121,8 +121,8 @@ a2enmod \ mpm_event \ proxy \ proxy_fcgi \ - rewrite - setenvif \ + rewrite \ + setenvif a2enconf \ charset \ global-server-name \