add authelia subdomain conf and add auth support

This commit is contained in:
aptalca 2020-05-05 14:37:32 -04:00
parent 14eb015b45
commit eb5510831b
140 changed files with 713 additions and 0 deletions

View file

@ -12,6 +12,9 @@ location ^~ /adminer/ {
#auth_request /auth;
#error_page 401 =200 /login;
# enable for Authelia
#include /config/nginx/authelia-location.conf;
include /config/nginx/proxy.conf;
resolver 127.0.0.11 valid=30s;
set $upstream_app adminer;