FEATURE: Autoconfigure nginx
This commit is contained in:
@ -66,9 +66,9 @@ RUN bash -c 'apt install -y php${PHPVERSION}-imagick imagemagick ffmpeg libreoff
|
||||
|
||||
# Delete default stuff
|
||||
#nginx
|
||||
RUN rm -rv /etc/nginx/sites-enabled/default \
|
||||
/var/www/html/index.nginx-debian.html \
|
||||
/etc/php/
|
||||
RUN rm -rv /var/www/html/index.nginx-debian.html \
|
||||
/etc/php/
|
||||
/etc/nginx/
|
||||
|
||||
#Autoconfig defaults
|
||||
RUN mkdir -pv default_configs/etc/
|
||||
|
Reference in New Issue
Block a user