pull/205/merge
Michael Lynch 3 years ago committed by GitHub
commit 3a6bb70f63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      defaults/main.yml

@ -78,11 +78,10 @@ nginx_upstreams: []
# - name: myapp1 # - name: myapp1
# strategy: "ip_hash" # "least_conn", etc. # strategy: "ip_hash" # "least_conn", etc.
# keepalive: 16 # optional # keepalive: 16 # optional
# servers: { # servers:
# "srv1.example.com", # - "srv1.example.com"
# "srv2.example.com weight=3", # - "srv2.example.com weight=3"
# "srv3.example.com" # - "srv3.example.com"
# }
nginx_log_format: |- nginx_log_format: |-
'$remote_addr - $remote_user [$time_local] "$request" ' '$remote_addr - $remote_user [$time_local] "$request" '