File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ RUN set -ex \
126
126
sed 's!=NONE/!=!g' php-fpm.conf.default | tee php-fpm.conf > /dev/null; \
127
127
cp php-fpm.d/www.conf.default php-fpm.d/www.conf; \
128
128
else \
129
- # PHP 5.x don 't use "include=" by default, so we'll create our own simple config that mimics PHP 7+ for consistency
129
+ # PHP 5.x doesn 't use "include=" by default, so we'll create our own simple config that mimics PHP 7+ for consistency
130
130
mkdir php-fpm.d; \
131
131
cp php-fpm.conf.default php-fpm.d/www.conf; \
132
132
{ \
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ RUN set -ex \
136
136
sed 's!=NONE/!=!g' php-fpm.conf.default | tee php-fpm.conf > /dev/null; \
137
137
cp php-fpm.d/www.conf.default php-fpm.d/www.conf; \
138
138
else \
139
- # PHP 5.x don 't use "include=" by default, so we'll create our own simple config that mimics PHP 7+ for consistency
139
+ # PHP 5.x doesn 't use "include=" by default, so we'll create our own simple config that mimics PHP 7+ for consistency
140
140
mkdir php-fpm.d; \
141
141
cp php-fpm.conf.default php-fpm.d/www.conf; \
142
142
{ \
You can’t perform that action at this time.
0 commit comments