Add Authelia #44
|
@ -9,8 +9,8 @@ server {
|
||||||
listen 443 ssl http2;
|
listen 443 ssl http2;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
include /etc/nginx/snippets/proxy.conf;
|
||||||
set $upstream_authelia http://authelia:9091; # This example assumes a Docker deployment
|
set $upstream_authelia http://authelia:9091; # This example assumes a Docker deployment
|
||||||
proxy_pass $upstream_authelia;
|
proxy_pass $upstream_authelia;
|
||||||
include /etc/nginx/snippets/proxy.conf;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue