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_http_version 1.1;
|
||||
{% endif %}
|
||||
|
||||
# Custom for /
|
||||
include /data/nginx/custom/proxy[.]conf;
|
||||
|
||||
# Proxy!
|
||||
include conf.d/include/proxy.conf;
|
||||
|
|
|
|||
Loading…
Reference in a new issue