Allow custom global configuration at multiple levels

This commit is contained in:
Manuel de Brito Fontes 2017-10-01 11:45:33 -03:00
parent 5fadaf5f57
commit 05b212e1de
3 changed files with 33 additions and 0 deletions

View file

@ -537,6 +537,16 @@ Default: 9411
**zipkin-service-name:** specifies the service name to use for any traces created
Default: nginx
**http-snippet:** adds custom configuration to the http section of the nginx configuration
Default: ""
**server-snippet:** adds custom configuration to all the servers in the nginx configuration
Default: ""
**location-snippet:** adds custom configuration to all the locations in the nginx configuration
Default: ""
### Default configuration options
The following table shows the options, the default value and a description.