diff --git a/roles/authelia/templates/authelia.conf.j2 b/roles/authelia/templates/authelia.conf.j2 index c8cb9d2..73e2ddc 100644 --- a/roles/authelia/templates/authelia.conf.j2 +++ b/roles/authelia/templates/authelia.conf.j2 @@ -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; } } \ No newline at end of file