authelia: move proxy config up
This commit is contained in:
parent
13c9974b4d
commit
a465111aa7
|
@ -9,8 +9,8 @@ server {
|
|||
listen 443 ssl http2;
|
||||
|
||||
location / {
|
||||
include /etc/nginx/snippets/proxy.conf;
|
||||
set $upstream_authelia http://authelia:9091; # This example assumes a Docker deployment
|
||||
proxy_pass $upstream_authelia;
|
||||
include /etc/nginx/snippets/proxy.conf;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue