Skip to content

Commit 5a2aa4c

Browse files
authored
Merge pull request #133 from linuxserver/conf
update default conf folder
2 parents 03a9f93 + 554ab25 commit 5a2aa4c

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ RUN \
139139
/tmp/proxy.tar.gz -C \
140140
/defaults/proxy-confs --strip-components=1 --exclude=linux*/.gitattributes --exclude=linux*/.github --exclude=linux*/.gitignore --exclude=linux*/LICENSE && \
141141
echo "**** configure nginx ****" && \
142-
rm -f /etc/nginx/conf.d/default.conf && \
142+
rm -f /etc/nginx/http.d/default.conf && \
143143
echo "**** cleanup ****" && \
144144
apk del --purge \
145145
build-dependencies && \

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ RUN \
139139
/tmp/proxy.tar.gz -C \
140140
/defaults/proxy-confs --strip-components=1 --exclude=linux*/.gitattributes --exclude=linux*/.github --exclude=linux*/.gitignore --exclude=linux*/LICENSE && \
141141
echo "**** configure nginx ****" && \
142-
rm -f /etc/nginx/conf.d/default.conf && \
142+
rm -f /etc/nginx/http.d/default.conf && \
143143
echo "**** cleanup ****" && \
144144
apk del --purge \
145145
build-dependencies && \

Dockerfile.armhf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ RUN \
139139
/tmp/proxy.tar.gz -C \
140140
/defaults/proxy-confs --strip-components=1 --exclude=linux*/.gitattributes --exclude=linux*/.github --exclude=linux*/.gitignore --exclude=linux*/LICENSE && \
141141
echo "**** configure nginx ****" && \
142-
rm -f /etc/nginx/conf.d/default.conf && \
142+
rm -f /etc/nginx/http.d/default.conf && \
143143
echo "**** cleanup ****" && \
144144
apk del --purge \
145145
build-dependencies && \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
330330

331331
## Versions
332332

333+
* **24.06.21:** - Update default nginx conf folder.
333334
* **28.05.21:** - [Existing users should update:](https://github.com/linuxserver/docker-swag/blob/master/README.md#updating-configs) authelia-server.conf - Use `resolver.conf` and patch for `CVE-2021-32637`.
334335
* **20.05.21:** - Modify resolver.conf generation to detect and ignore ipv6.
335336
* **14.05.21:** - [Existing users should update:](https://github.com/linuxserver/docker-swag/blob/master/README.md#updating-configs) nginx.conf, ssl.conf, proxy.conf, and the default site-conf - Rework nginx.conf to be inline with alpine upstream and relocate lines from other files. Use linuxserver.io wheel index for pip packages. Switch to using [ffdhe4096](https://ssl-config.mozilla.org/ffdhe4096.txt) for `dhparams.pem` per [RFC7919](https://datatracker.ietf.org/doc/html/rfc7919). Added `worker_processes.conf`, which sets the number of nginx workers, and `resolver.conf`, which sets the dns resolver. Both conf files are auto-generated only on first start and can be user modified later.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ app_setup_nginx_reverse_proxy_block: ""
151151

152152
# changelog
153153
changelogs:
154+
- { date: "24.06.21:", desc: "Update default nginx conf folder." }
154155
- { date: "28.05.21:", desc: "[Existing users should update:](https://github.com/linuxserver/docker-swag/blob/master/README.md#updating-configs) authelia-server.conf - Use `resolver.conf` and patch for `CVE-2021-32637`." }
155156
- { date: "20.05.21:", desc: "Modify resolver.conf generation to detect and ignore ipv6." }
156157
- { date: "14.05.21:", desc: "[Existing users should update:](https://github.com/linuxserver/docker-swag/blob/master/README.md#updating-configs) nginx.conf, ssl.conf, proxy.conf, and the default site-conf - Rework nginx.conf to be inline with alpine upstream and relocate lines from other files. Use linuxserver.io wheel index for pip packages. Switch to using [ffdhe4096](https://ssl-config.mozilla.org/ffdhe4096.txt) for `dhparams.pem` per [RFC7919](https://datatracker.ietf.org/doc/html/rfc7919). Added `worker_processes.conf`, which sets the number of nginx workers, and `resolver.conf`, which sets the dns resolver. Both conf files are auto-generated only on first start and can be user modified later." }

0 commit comments

Comments
 (0)