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;