Skip to content

Commit 660004c

Browse files
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 <liam@permanent.org>
1 parent e9bb3a1 commit 660004c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

provisioners/configure.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ a2enmod \
121121
mpm_event \
122122
proxy \
123123
proxy_fcgi \
124-
rewrite
125-
setenvif \
124+
rewrite \
125+
setenvif
126126
a2enconf \
127127
charset \
128128
global-server-name \

0 commit comments

Comments
 (0)