Document issue 93 in pillar.example
This commit is contained in:
parent
14572a1c3a
commit
cc450e2d78
@ -103,12 +103,23 @@ nginx:
|
|||||||
- /etc/nginx/conf.d/*.conf
|
- /etc/nginx/conf.d/*.conf
|
||||||
- /etc/nginx/sites-enabled/*
|
- /etc/nginx/sites-enabled/*
|
||||||
|
|
||||||
### Module ngx_http_log_module example ##
|
### module ngx_http_log_module example
|
||||||
log_format: |-
|
log_format: |-
|
||||||
main '...';
|
main '...';
|
||||||
access_log /var/log/nginx/access_log main
|
access_log /var/log/nginx/access_log main
|
||||||
access_log: [] #suppress default access_log option from being added
|
access_log: [] #suppress default access_log option from being added
|
||||||
|
|
||||||
|
### module nngx_stream_core_module
|
||||||
|
stream:
|
||||||
|
upstream lb-1000:
|
||||||
|
- server:
|
||||||
|
- hostname1.example.com:1000
|
||||||
|
- hostname2.example.com:1000
|
||||||
|
server:
|
||||||
|
listen: 1000
|
||||||
|
proxy_pass: lb-1000
|
||||||
|
|
||||||
|
|
||||||
servers:
|
servers:
|
||||||
disabled_postfix: .disabled # a postfix appended to files when doing non-symlink disabling
|
disabled_postfix: .disabled # a postfix appended to files when doing non-symlink disabling
|
||||||
symlink_opts: {} # partially exposes file.symlink params when symlinking enabled sites
|
symlink_opts: {} # partially exposes file.symlink params when symlinking enabled sites
|
||||||
|
Loading…
Reference in New Issue
Block a user