add authelia subdomain conf and add auth support

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

View file

@ -13,6 +13,9 @@ location ^~ /freshrss/ {
#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 freshrss;