keycloak: enable authelia interstitial
This commit is contained in:
parent
3d06cf48b8
commit
f73272ac91
|
@ -13,8 +13,11 @@ server {
|
|||
add_header X-XSS-Protection "1; mode=block";
|
||||
add_header X-Content-Type-Options "nosniff";
|
||||
|
||||
include /etc/nginx/snippets/authelia-endpoint.conf;
|
||||
|
||||
location / {
|
||||
proxy_pass http://$keycloak:8080;
|
||||
include /etc/nginx/snippets/authelia-auth.conf
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
|
Loading…
Reference in New Issue