From aba219ce2d3e227274951ae98432bf5492d6e4d3 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Thu, 24 Jun 2021 14:01:32 +0000 Subject: [PATCH] Bot Updating Documentation --- images/docker-swag.md | 1 + 1 file changed, 1 insertion(+) diff --git a/images/docker-swag.md b/images/docker-swag.md index 9947bf684..7084d735a 100755 --- a/images/docker-swag.md +++ b/images/docker-swag.md @@ -257,6 +257,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **24.06.21:** - Update default nginx conf folder. * **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`. * **20.05.21:** - Modify resolver.conf generation to detect and ignore ipv6. * **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.