mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-21 22:03:39 -07:00
update for authentik
Example for use of Authentik. Copy paste these to each conf that needs it.
This commit is contained in:
parent
0c6ea75f39
commit
29a993aac1
1 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,9 @@ server {
|
|||
set $upstream_proto http;
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
|
||||
# enable for Authentik
|
||||
#include /config/nginx/authentik.conf;
|
||||
|
||||
}
|
||||
|
||||
location ~ (/bazarr)?/api {
|
||||
|
@ -47,4 +50,7 @@ server {
|
|||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
|
||||
}
|
||||
|
||||
# enable for Authentik
|
||||
#include /config/nginx/authentik_location.conf;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue