mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-07-08 17:42:32 +02:00
Add authentik config lines and adjust comments
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
## Version 2022/09/08
|
||||
## Version 2023/02/05
|
||||
#******** This config no longer works as intended. The web app loads, but no direct connection to server is made. *********
|
||||
#******** PRs welcome for anyone who figures out how to fix it. Use the subdomain config in the meantime. *******
|
||||
|
||||
# make sure that your plex container is named plex
|
||||
# if plex is running in bridge mode and the container is named "plex", the below config should work as is
|
||||
# if not, replace the line "set $upstream_app plex;" with "set $upstream_app <containername>;"
|
||||
# or "set $upstream_app <HOSTIP>;" for host mode, HOSTIP being the IP address of plex
|
||||
@@ -22,6 +23,9 @@ location ^~ /plex/ {
|
||||
# enable for Authelia (requires authelia-server.conf in the server block)
|
||||
#include /config/nginx/authelia-location.conf;
|
||||
|
||||
# enable for Authentik (requires authentik-server.conf in the server block)
|
||||
#include /config/nginx/authentik-location.conf;
|
||||
|
||||
include /config/nginx/proxy.conf;
|
||||
include /config/nginx/resolver.conf;
|
||||
set $upstream_app plex;
|
||||
|
||||
Reference in New Issue
Block a user