File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,11 @@ apt-get install -y --force-yes \
4141 php7.1-bcmath \
4242 php7.1-intl \
4343 php7.1-dev \
44+ php7.1-fpm \
4445 php-pear \
4546 php-memcached \
4647 php-redis \
4748 php-apcu \
48- php-fpm \
4949 libcurl4-openssl-dev \
5050 libedit-dev \
5151 libssl-dev \
@@ -69,7 +69,7 @@ sed -i "s/display_errors = .*/display_errors = On/" /etc/php/7.1/fpm/php.ini
6969sed -i " s/memory_limit = .*/memory_limit = 512M/" /etc/php/7.1/fpm/php.ini
7070mkdir -p /var/run/php
7171mkdir -p /var/log/php-fpm
72- touch /var/run/php/php7.2 -fpm.sock
72+ touch /var/run/php/php7.1 -fpm.sock
7373
7474# Install Composer, PHPCS
7575curl -sS https://getcomposer.org/installer | php
Original file line number Diff line number Diff line change 11[supervisord]
22nodaemon=true
33
4- [program:php-fpm7.0 ]
5- command=/usr/sbin/php-fpm7.0 -F
4+ [program:php-fpm7.1 ]
5+ command=/usr/sbin/php-fpm7.1 -F
66autostart=true
77autorestart=true
88stdout_logfile=/var/log/php-fpm/stdout.log
You can’t perform that action at this time.
0 commit comments