2
0
Эх сурвалжийг харах

add comment to ease debugging

Thomas LÉVEIL 8 жил өмнө
parent
commit
019fa89c53
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      nginx.tmpl

+ 1 - 0
nginx.tmpl

@@ -86,6 +86,7 @@ server {
 
 {{ range $host, $containers := groupByMulti $ "Env.VIRTUAL_HOST" "," }}
 {{ $upstream_name := sha1 $host }}
+# {{ $host }}
 upstream {{ $upstream_name }} {
 {{ range $container := $containers }}
 	{{ $addrLen := len $container.Addresses }}