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 ^~ /jenkins/ {
#auth_request /auth;
#error_page 401 =200 /login;
# enable for Authelia
#include /config/nginx/authelia-location.conf;
# This is the maximum upload size
client_max_body_size 10m;