mirror of
https://github.com/thib8956/nginx-proxy
synced 2024-11-22 20:06:30 +00:00
add comment to ease debugging
This commit is contained in:
parent
1bfc1c85ce
commit
019fa89c53
@ -86,6 +86,7 @@ server {
|
|||||||
|
|
||||||
{{ range $host, $containers := groupByMulti $ "Env.VIRTUAL_HOST" "," }}
|
{{ range $host, $containers := groupByMulti $ "Env.VIRTUAL_HOST" "," }}
|
||||||
{{ $upstream_name := sha1 $host }}
|
{{ $upstream_name := sha1 $host }}
|
||||||
|
# {{ $host }}
|
||||||
upstream {{ $upstream_name }} {
|
upstream {{ $upstream_name }} {
|
||||||
{{ range $container := $containers }}
|
{{ range $container := $containers }}
|
||||||
{{ $addrLen := len $container.Addresses }}
|
{{ $addrLen := len $container.Addresses }}
|
||||||
|
Loading…
Reference in New Issue
Block a user