Update proxy_host.conf
This commit is contained in:
parent
67208e43cc
commit
c58cb8d846
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue