From a465111aa71da1c3a3802a5be855121eb822d7c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Sun, 20 Jun 2021 21:53:20 +0200 Subject: [PATCH] authelia: move proxy config up --- roles/authelia/templates/authelia.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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