From ab8446d9505e88153ba7fac2a42c3452cb12289e Mon Sep 17 00:00:00 2001 From: Florian du Garage Num Date: Sat, 16 Dec 2023 14:29:25 +0100 Subject: [PATCH] $.SSL_SERVER_NAME --- nginx.conf.sigil | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf.sigil b/nginx.conf.sigil index 921b7fe..de7c544 100644 --- a/nginx.conf.sigil +++ b/nginx.conf.sigil @@ -14,7 +14,7 @@ server { {{ if (and (eq $listen_port "80") ($.SSL_INUSE)) }} include {{ $.DOKKU_ROOT }}/{{ $.APP }}/nginx.conf.d/*.conf; location / { - return 301 https://{{NOSSL_SERVER_NAME}}:{{ $.PROXY_SSL_PORT }}$request_uri; + return 301 https://{{ $.SSL_SERVER_NAME }}:{{ $.PROXY_SSL_PORT }}$request_uri; } {{ else }} location / {