mirror of
https://github.com/linuxserver/docker-baseimage-alpine-nginx.git
synced 2026-02-20 01:03:46 +08:00
Remove php symlink
This commit is contained in:
parent
76bf9ed69e
commit
b0f70e5bc2
@ -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" \
|
||||
|
||||
@ -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" \
|
||||
|
||||
@ -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" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user