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 %}