mirror of
https://github.com/thib8956/nginx-proxy
synced 2025-06-30 22:05:46 +00:00
docs: complete debug endpoint docs
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
# nginx-proxy{{ if $.Env.NGINX_PROXY_VERSION }} version : {{ $.Env.NGINX_PROXY_VERSION }}{{ end }}
|
||||
|
||||
{{- /*
|
||||
* Global values. Values are stored in this map rather than in individual
|
||||
* Global values. Values are stored in this map rather than in individual
|
||||
* global variables so that the values can be easily passed to embedded
|
||||
* templates. (Go templates cannot access variables outside of their own
|
||||
* scope.)
|
||||
* templates (Go templates cannot access variables outside of their own
|
||||
* scope) and displayed in the debug endpoint output.
|
||||
*/}}
|
||||
{{- $globals := dict }}
|
||||
{{- $_ := set $globals "containers" $ }}
|
||||
|
Reference in New Issue
Block a user