Merge 12242c6119
into d9d7a3354d
This commit is contained in:
commit
57fcc673a5
1 changed files with 4 additions and 0 deletions
|
@ -208,6 +208,10 @@ upstream {{ $upstream_name }} {
|
||||||
# Fallback entry
|
# Fallback entry
|
||||||
server 127.0.0.1 down;
|
server 127.0.0.1 down;
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
{{ if (exists "/etc/nginx/upstream/default") }}
|
||||||
|
include /etc/nginx/upstream/default;
|
||||||
|
{{ end }}
|
||||||
}
|
}
|
||||||
|
|
||||||
{{ $default_host := or ($.Env.DEFAULT_HOST) "" }}
|
{{ $default_host := or ($.Env.DEFAULT_HOST) "" }}
|
||||||
|
|
Loading…
Reference in a new issue