diff --git a/root/defaults/nginx/location-confs/authelia-location.conf.sample b/root/defaults/nginx/location-confs/authelia-location.conf.sample index 12ac7f6..84067e3 100644 --- a/root/defaults/nginx/location-confs/authelia-location.conf.sample +++ b/root/defaults/nginx/location-confs/authelia-location.conf.sample @@ -1,4 +1,4 @@ -## Version 2021/04/21 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/location-confs/authelia-location.conf.sample +## Version 2021/11/25 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/location-confs/authelia-location.conf.sample # Make sure that your authelia container is in the same user defined bridge network and is named authelia # Make sure that the authelia configuration.yml has 'path: "authelia"' defined diff --git a/root/defaults/nginx/location-confs/ldap-location.conf.sample b/root/defaults/nginx/location-confs/ldap-location.conf.sample index 14babc5..153ef2f 100644 --- a/root/defaults/nginx/location-confs/ldap-location.conf.sample +++ b/root/defaults/nginx/location-confs/ldap-location.conf.sample @@ -1,4 +1,4 @@ -## Version 2021/04/21 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/location-confs/ldap-location.conf.sample +## Version 2021/11/25 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/location-confs/ldap-location.conf.sample auth_request /auth; error_page 401 =200 /ldaplogin; diff --git a/root/defaults/nginx/location-confs/proxy.conf.sample b/root/defaults/nginx/location-confs/proxy.conf.sample index 94517b3..b04d2e1 100644 --- a/root/defaults/nginx/location-confs/proxy.conf.sample +++ b/root/defaults/nginx/location-confs/proxy.conf.sample @@ -1,4 +1,4 @@ -## Version 2021/10/26 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/location-confs/proxy.conf.sample +## Version 2021/11/25 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/location-confs/proxy.conf.sample # Timeout if the real server is dead proxy_next_upstream error timeout invalid_header http_500 http_502 http_503; diff --git a/root/defaults/nginx/server-confs/authelia-server.conf.sample b/root/defaults/nginx/server-confs/authelia-server.conf.sample index d18a544..42ae23c 100644 --- a/root/defaults/nginx/server-confs/authelia-server.conf.sample +++ b/root/defaults/nginx/server-confs/authelia-server.conf.sample @@ -1,4 +1,4 @@ -## Version 2021/05/28 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/server-confs/authelia-server.conf.sample +## Version 2021/11/25 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/server-confs/authelia-server.conf.sample # Make sure that your authelia container is in the same user defined bridge network and is named authelia location ^~ /authelia { diff --git a/root/defaults/nginx/server-confs/geoip2.conf.sample b/root/defaults/nginx/server-confs/geoip2.conf.sample index 8627f9a..a830fbb 100644 --- a/root/defaults/nginx/server-confs/geoip2.conf.sample +++ b/root/defaults/nginx/server-confs/geoip2.conf.sample @@ -1,4 +1,4 @@ -## Version 2020/10/27 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/server-confs/geoip2.conf.sample +## Version 2021/11/25 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/server-confs/geoip2.conf.sample # To enable, uncommment the Geoip2 config line in nginx.conf # Add the -e MAXMINDDB_LICENSE_KEY= to automatically download the Geolite2 database. # A Maxmind license key can be acquired here: https://www.maxmind.com/en/geolite2/signup diff --git a/root/defaults/nginx/server-confs/ldap-server.conf.sample b/root/defaults/nginx/server-confs/ldap-server.conf.sample index 482ba4c..5feb2db 100644 --- a/root/defaults/nginx/server-confs/ldap-server.conf.sample +++ b/root/defaults/nginx/server-confs/ldap-server.conf.sample @@ -1,4 +1,4 @@ -## Version 2020/06/02 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/server-confs/ldap.conf.sample +## Version 2021/11/25 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/server-confs/ldap-server.conf.sample ## this conf is meant to be used in conjunction with our ldap-auth image: https://github.com/linuxserver/docker-ldap-auth ## see the heimdall example in the default site config for info on enabling ldap auth ## for further instructions on this conf, see https://github.com/nginxinc/nginx-ldap-auth diff --git a/root/defaults/nginx/server-confs/ssl.conf.sample b/root/defaults/nginx/server-confs/ssl.conf.sample index 1c7ac94..abcc8b4 100644 --- a/root/defaults/nginx/server-confs/ssl.conf.sample +++ b/root/defaults/nginx/server-confs/ssl.conf.sample @@ -1,4 +1,4 @@ -## Version 2021/10/16 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/server-confs/ssl.conf.sample +## Version 2021/11/25 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/server-confs/ssl.conf.sample ### Mozilla Recommendations # generated 2021-10-16, Mozilla Guideline v5.6, nginx 1.20.1-r3, OpenSSL 1.1.1l-r0, intermediate configuration diff --git a/root/defaults/nginx/site-confs/default.conf.sample b/root/defaults/nginx/site-confs/default.conf.sample index 8ea9462..40dd90b 100644 --- a/root/defaults/nginx/site-confs/default.conf.sample +++ b/root/defaults/nginx/site-confs/default.conf.sample @@ -1,4 +1,4 @@ -## Version 2021/10/16 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/site-confs/default.conf.sample +## Version 2021/11/25 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/nginx/site-confs/default.conf.sample error_page 502 /502.html;