Merge pull request #45 from linuxserver/default

remove default.conf when nginx is updated in downstream image
This commit is contained in:
chbmb 2019-05-08 18:04:23 +01:00 committed by GitHub
commit 2e184e59fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 3 deletions

View File

@ -59,4 +59,6 @@ RUN \
php7-tokenizer \
php7-xml \
php7-xmlreader \
php7-zip
php7-zip && \
echo "**** configure nginx ****" && \
rm -f /etc/nginx/conf.d/default.conf

View File

@ -59,4 +59,6 @@ RUN \
php7-tokenizer \
php7-xml \
php7-xmlreader \
php7-zip
php7-zip && \
echo "**** configure nginx ****" && \
rm -f /etc/nginx/conf.d/default.conf

View File

@ -59,4 +59,6 @@ RUN \
php7-tokenizer \
php7-xml \
php7-xmlreader \
php7-zip
php7-zip && \
echo "**** configure nginx ****" && \
rm -f /etc/nginx/conf.d/default.conf

View File

@ -181,6 +181,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **08.05.19:** - Remove default.conf when nginx is upgraded in downstream image.
* **30.04.19:** - Add php-redis.
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
* **02.03.19:** - Add php intl and posix modules.

View File

@ -40,6 +40,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "08.05.19:", desc: "Remove default.conf when nginx is upgraded in downstream image." }
- { date: "30.04.19:", desc: "Add php-redis." }
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
- { date: "02.03.19:", desc: "Add php intl and posix modules." }