mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-05 20:41:32 -07:00
add authelia subdomain conf and add auth support
This commit is contained in:
parent
14eb015b45
commit
eb5510831b
140 changed files with 713 additions and 0 deletions
|
@ -12,6 +12,9 @@ location ^~ /plexwebtools/ {
|
|||
#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 plex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue