Fixed nginx default configuration build fail
This commit is contained in:
parent
7a8eed6f76
commit
fdbd841309
@ -21,7 +21,7 @@ RUN apk --no-cache add php82 php82-fpm php82-opcache php82-openssl php82-curl \
|
|||||||
COPY config/nginx.conf /etc/nginx/nginx.conf
|
COPY config/nginx.conf /etc/nginx/nginx.conf
|
||||||
|
|
||||||
# Remove default server definition
|
# Remove default server definition
|
||||||
RUN rm /etc/nginx/conf.d/default.conf
|
# RUN rm /etc/nginx/conf.d/default.conf
|
||||||
|
|
||||||
# Configure PHP-FPM
|
# Configure PHP-FPM
|
||||||
COPY config/fpm-pool.conf /etc/php7/php-fpm.d/www.conf
|
COPY config/fpm-pool.conf /etc/php7/php-fpm.d/www.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user