mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-20 21:33:45 -07:00
Add authentik config lines and adjust comments
This commit is contained in:
parent
5a0a372742
commit
721e2297f9
2 changed files with 15 additions and 3 deletions
|
@ -1,7 +1,9 @@
|
|||
## Version 2023/02/05
|
||||
# make sure that the BASE_URL env variable in Planka container is set to: BASE_URL="https://example.com/planka/"
|
||||
# make sure that your planka container is named planka
|
||||
# make sure that the BASE_URL env variable in planka container is set to: BASE_URL="https://example.com/planka/"
|
||||
|
||||
location /<container_name> {
|
||||
|
||||
location /planka {
|
||||
return 301 $scheme://$host/planka/;
|
||||
}
|
||||
|
||||
|
@ -16,6 +18,9 @@ location ^~ /planka/ {
|
|||
# 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 planka;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue