|
@@ -380,11 +380,11 @@ upstream {{ $vpath.upstream }} {
|
|
{{- end }}
|
|
{{- end }}
|
|
|
|
|
|
{{- $debug_vhost := deepCopy .VHost }}
|
|
{{- $debug_vhost := deepCopy .VHost }}
|
|
|
|
+ {{- $_ := set $debug_vhost "hostname" .Hostname }}
|
|
{{- $_ := set $debug_vhost "paths" $debug_paths }}
|
|
{{- $_ := set $debug_vhost "paths" $debug_paths }}
|
|
|
|
|
|
{{- $debug_response := dict
|
|
{{- $debug_response := dict
|
|
"global" .GlobalConfig
|
|
"global" .GlobalConfig
|
|
- "hostname" .Hostname
|
|
|
|
"request" (dict
|
|
"request" (dict
|
|
"host" "$host"
|
|
"host" "$host"
|
|
"https" "$https"
|
|
"https" "$https"
|