Rework nginx.conf to be inline with alpine upstream and relocate lines from other files

This commit is contained in:
Eric Nemchik
2021-04-27 09:30:41 -05:00
parent 6aa2e01ec3
commit 870cd4bd93
6 changed files with 73 additions and 43 deletions

View File

@@ -1,4 +1,4 @@
## Version 2021/01/03 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/default
## Version 2021/04/27 - Changelog: https://github.com/linuxserver/docker-swag/commits/master/root/defaults/default
error_page 502 /502.html;
@@ -151,5 +151,3 @@ server {
# enable subdomain method reverse proxy confs
include /config/nginx/proxy-confs/*.subdomain.conf;
# enable proxy cache for auth
proxy_cache_path cache/ keys_zone=auth_cache:10m;