Remove php symlink

This commit is contained in:
Eric Nemchik 2022-07-23 20:34:18 -05:00
parent 76bf9ed69e
commit b0f70e5bc2
3 changed files with 0 additions and 3 deletions

View File

@ -33,7 +33,6 @@ RUN \
/etc/nginx/fastcgi_params && \
rm -f /etc/nginx/http.d/default.conf && \
echo "**** configure php ****" && \
ln -s /usr/bin/php8 /usr/bin/php && \
sed -i "s#;error_log = log/php8/error.log.*#error_log = /config/log/php/error.log#g" \
/etc/php8/php-fpm.conf && \
sed -i "s#user = nobody.*#user = abc#g" \

View File

@ -33,7 +33,6 @@ RUN \
/etc/nginx/fastcgi_params && \
rm -f /etc/nginx/http.d/default.conf && \
echo "**** configure php ****" && \
ln -s /usr/bin/php8 /usr/bin/php && \
sed -i "s#;error_log = log/php8/error.log.*#error_log = /config/log/php/error.log#g" \
/etc/php8/php-fpm.conf && \
sed -i "s#user = nobody.*#user = abc#g" \

View File

@ -33,7 +33,6 @@ RUN \
/etc/nginx/fastcgi_params && \
rm -f /etc/nginx/http.d/default.conf && \
echo "**** configure php ****" && \
ln -s /usr/bin/php8 /usr/bin/php && \
sed -i "s#;error_log = log/php8/error.log.*#error_log = /config/log/php/error.log#g" \
/etc/php8/php-fpm.conf && \
sed -i "s#user = nobody.*#user = abc#g" \