From 0ee756a3d8746bd0d78a4f2c3f2ee60ca0014fba Mon Sep 17 00:00:00 2001 From: Webysther Sperandio Date: Mon, 8 May 2023 17:42:55 +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 81a542ea..72273cec 100644 --- a/backend/templates/proxy_host.conf +++ b/backend/templates/proxy_host.conf @@ -41,6 +41,9 @@ proxy_http_version 1.1; # Proxy! include conf.d/include/proxy.conf; + + # Custom proxy by host + include /data/nginx/custom/server_proxy_location_{{ id }}[.]conf; } {% endif %}