From ced69da6b9c47ea31d6a013510b857f4be43bcb3 Mon Sep 17 00:00:00 2001 From: whc2001 Date: Mon, 21 Oct 2024 14:36:43 -0400 Subject: [PATCH] Duplicate advanced_config to both top and bottom --- backend/templates/_location.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/templates/_location.conf b/backend/templates/_location.conf index fcc7d1210..fc4a247ac 100644 --- a/backend/templates/_location.conf +++ b/backend/templates/_location.conf @@ -24,5 +24,7 @@ proxy_set_header Connection $http_connection; proxy_http_version 1.1; {% endif %} + + {{ advanced_config }} }