ANXS / nginx

A fairly flexible and feature full Ansible role for the NGINX web server.
MIT License
151 stars 82 forks source link

Update access_log configuration options #44

Closed cuongthamhl closed 9 years ago

cuongthamhl commented 9 years ago

Under nginx_access_logs option,

This allows the following configuration

nginx_access_logs:
  - name: "combined"
    filename: "access.log"

to generate a line like this:

access_log /var/log/nginx/access.log combined

otakup0pe commented 9 years ago

README.md needs to be updated with these details. Otherwise looks good!

cuongthamhl commented 9 years ago

@otakup0pe README.md has been updated.