From c58cb8d846998dbd0ba4b246a59efb947efe5489 Mon Sep 17 00:00:00 2001 From: Webysther Sperandio Date: Mon, 8 May 2023 17:29:59 +0200 Subject: [PATCH] Update proxy_host.conf --- backend/templates/proxy_host.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend/templates/proxy_host.conf b/backend/templates/proxy_host.conf index 81a542ea5..71698982d 100644 --- a/backend/templates/proxy_host.conf +++ b/backend/templates/proxy_host.conf @@ -38,6 +38,9 @@ proxy_http_version 1.1; proxy_set_header Connection $http_connection; proxy_http_version 1.1; {% endif %} + + # Custom for / + include /data/nginx/custom/proxy[.]conf; # Proxy! include conf.d/include/proxy.conf;