mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-20 05:13:43 -07:00
Merge pull request #163 from linuxserver/authelia
add authelia subdomain conf and add auth support
This commit is contained in:
commit
ed2fe8ec41
140 changed files with 713 additions and 0 deletions
|
@ -43,6 +43,9 @@ location /slweb {
|
|||
#auth_request /auth;
|
||||
#error_page 401 =200 /login;
|
||||
|
||||
# enable for Authelia, also enable authelia-server.conf in the default site config
|
||||
#include /config/nginx/authelia-location.conf;
|
||||
|
||||
include /config/nginx/proxy.conf;
|
||||
resolver 127.0.0.11 valid=30s;
|
||||
set $upstream_app synclounge;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue