mirror of
https://github.com/linuxserver/docker-nginx.git
synced 2026-02-05 19:08:18 +08:00
Merge pull request #45 from linuxserver/default
remove default.conf when nginx is updated in downstream image
This commit is contained in:
commit
2e184e59fd
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user