Skip to content

Commit fc8bb39

Browse files
committed
vhost.d/https_passthrough_stream optional conf file
1 parent 77e1077 commit fc8bb39

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/nginx-stream.tmpl

+3
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ upstream https_default_backend {
105105
server {
106106
listen {{ $external_https_port }};
107107
{{ $access_log_off }}
108+
{{ if (exists "/etc/nginx/vhost.d/https_passthrough_stream") }}
109+
include "/etc/nginx/vhost.d/https_passthrough_stream";
110+
{{ end }}
108111
proxy_pass $name;
109112
proxy_protocol on;
110113
ssl_preread on;

0 commit comments

Comments
 (0)