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
# strategy: "ip_hash" # "least_conn", etc.
# keepalive: 16 # optional
# servers: {
# "srv1.example.com",
# "srv2.example.com weight=3",
# "srv3.example.com"
# }
# servers:
# - "srv1.example.com"
# - "srv2.example.com weight=3"
# - "srv3.example.com"
nginx_log_format: |-
'$remote_addr - $remote_user [$time_local] "$request" '