From 692600c1dc1aa37e31feb92b4d56a357788a58ba Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Sun, 4 Oct 2020 09:54:33 -0500 Subject: [PATCH] Update changelog --- readme-vars.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme-vars.yml b/readme-vars.yml index 31c866d..a6c2c65 100755 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -139,7 +139,7 @@ app_setup_block: | 2. Review our repository commits and apply the new changes yourself 3. Delete the modified config file with listed updates, restart the container, reapply your changes * If you have NOT modified a file with noted changes in the changelog: - 1. Delete the config file with listed updates, restart the container, reapply your changes + 1. Delete the config file with listed updates, restart the container * Proxy sample updates are not listed in the changelog. See the changes here: [https://github.com/linuxserver/reverse-proxy-confs/commits/master](https://github.com/linuxserver/reverse-proxy-confs/commits/master) * Proxy sample files WILL be updated, however your renamed (enabled) proxy files will not. * You can check the new sample and adjust your active config as needed. @@ -149,7 +149,7 @@ app_setup_nginx_reverse_proxy_block: "" # changelog changelogs: - - { date: "20.09.20:", desc: "Update nginx.conf - Added geoip2 configs. Added MAXMINDDB_LICENSE_KEY variable to readme."} + - { date: "20.09.20:", desc: "[Existing users should update:](https://github.com/linuxserver/docker-swag/blob/master/README.md#updating-configs) nginx.conf - Added geoip2 configs. Added MAXMINDDB_LICENSE_KEY variable to readme."} - { date: "08.09.20:", desc: "Add php7-xsl." } - - { date: "01.09.20:", desc: "Update nginx.conf and proxy.conf (and various proxy samples) to better handle websockets." } + - { date: "01.09.20:", desc: "[Existing users should update:](https://github.com/linuxserver/docker-swag/blob/master/README.md#updating-configs) nginx.conf, proxy.conf, and various proxy samples - Global websockets across all configs." } - { date: "03.08.20:", desc: "Initial release." }