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

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