Merge 42645d88d6 into f03c08068b
This commit is contained in:
commit
3a4c3aaf44
1 changed files with 6 additions and 0 deletions
|
|
@ -37,6 +37,12 @@ server {
|
||||||
return 503;
|
return 503;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
server {
|
||||||
|
listen 443 default_server;
|
||||||
|
server_name _;
|
||||||
|
return 503;
|
||||||
|
}
|
||||||
|
|
||||||
{{ range $host, $containers := groupByMulti $ "Env.VIRTUAL_HOST" "," }}
|
{{ range $host, $containers := groupByMulti $ "Env.VIRTUAL_HOST" "," }}
|
||||||
|
|
||||||
upstream {{ $host }} {
|
upstream {{ $host }} {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue