From cc450e2d78eecd5a971029e981a4aefadbad4a21 Mon Sep 17 00:00:00 2001 From: N Date: Fri, 25 Jan 2019 19:49:19 +0000 Subject: [PATCH] Document issue 93 in pillar.example --- pillar.example | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pillar.example b/pillar.example index 2765aee..439e7c9 100644 --- a/pillar.example +++ b/pillar.example @@ -103,12 +103,23 @@ nginx: - /etc/nginx/conf.d/*.conf - /etc/nginx/sites-enabled/* - ### Module ngx_http_log_module example ## + ### module ngx_http_log_module example log_format: |- main '...'; access_log /var/log/nginx/access_log main 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: disabled_postfix: .disabled # a postfix appended to files when doing non-symlink disabling symlink_opts: {} # partially exposes file.symlink params when symlinking enabled sites