From dd3abc3c1a809bf091b35babdfbe2f214615f88a Mon Sep 17 00:00:00 2001 From: Philip Henning Date: Tue, 19 Nov 2024 13:46:29 +0100 Subject: [PATCH] update nginx resolver --- env.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.template b/env.template index df9c8b4..e806898 100644 --- a/env.template +++ b/env.template @@ -43,7 +43,7 @@ POSTGRES_DB=authentik # Nginx configuration NGINX_HTTP_PORT=8080 NGINX_HTTPS_PORT=8443 -NGINX_RESOLVER=1.1.1.1 +NGINX_RESOLVER=127.0.0.11 NGINX_SERVERNAME=sso.base23.de # NGINX SSL Config for nginx 1.27.2, intermediate config, OpenSSL 3.0.14