File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 /etc/nginx/fastcgi_params && \
2727 echo "**** configure php opcache ****" && \
2828 echo 'opcache.validate_timestamps=0' >> \
29- /etc/php83 /conf.d/00_opcache.ini && \
29+ /etc/php84 /conf.d/00_opcache.ini && \
3030 echo "**** configure php-fpm to pass env vars ****" && \
3131 sed -E -i 's/^;?clear_env ?=.*$/clear_env = no/g' /etc/php84/php-fpm.d/www.conf && \
3232 if ! grep -qxF 'clear_env = no' /etc/php84/php-fpm.d/www.conf; then echo 'clear_env = no' >> /etc/php84/php-fpm.d/www.conf; fi && \
Original file line number Diff line number Diff line change 2626 /etc/nginx/fastcgi_params && \
2727 echo "**** configure php opcache ****" && \
2828 echo 'opcache.validate_timestamps=0' >> \
29- /etc/php83 /conf.d/00_opcache.ini && \
29+ /etc/php84 /conf.d/00_opcache.ini && \
3030 echo "**** configure php-fpm to pass env vars ****" && \
3131 sed -E -i 's/^;?clear_env ?=.*$/clear_env = no/g' /etc/php84/php-fpm.d/www.conf && \
3232 if ! grep -qxF 'clear_env = no' /etc/php84/php-fpm.d/www.conf; then echo 'clear_env = no' >> /etc/php84/php-fpm.d/www.conf; fi && \
You can’t perform that action at this time.
0 commit comments