Update proxy_host.conf

This commit is contained in:
Webysther Sperandio 2023-05-08 17:29:59 +02:00 committed by GitHub
parent 67208e43cc
commit c58cb8d846
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,9 @@ proxy_http_version 1.1;
proxy_http_version 1.1;
{% endif %}
# Custom for /
include /data/nginx/custom/proxy[.]conf;
# Proxy!
include conf.d/include/proxy.conf;
}