Skip to content

Commit

Permalink
Merge branch '118-flush-access-log'
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Aug 8, 2017
2 parents 69157ac + af45188 commit 7aa2ea4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ env:
- distro: centos7
- distro: ubuntu1604
- distro: ubuntu1404
- distro: ubuntu1204
- distro: debian9
- distro: debian8

script:
# Configure test script so we can run extra tests after playbook is run.
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ nginx_worker_connections: "1024"
nginx_multi_accept: "off"

nginx_error_log: "/var/log/nginx/error.log warn"
nginx_access_log: "/var/log/nginx/access.log main buffer=16k"
nginx_access_log: "/var/log/nginx/access.log main buffer=16k flush=2m"

nginx_sendfile: "on"
nginx_tcp_nopush: "on"
Expand Down
3 changes: 2 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ galaxy_info:
- all
- name: Ubuntu
versions:
- all
- trusty
- xenial
- name: Archlinux
versions:
- all
Expand Down

0 comments on commit 7aa2ea4

Please sign in to comment.