Skip to content

Commit

Permalink
Merge pull request #623 from Mashape/fix/status-logs
Browse files Browse the repository at this point in the history
Disabling access log for status endpoint
  • Loading branch information
subnetmarco committed Oct 14, 2015
2 parents 8e2ac68 + 806ae78 commit 787b99e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions kong.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ nginx: |
location /nginx_status {
internal;
access_log off;
stub_status;
}
Expand Down
1 change: 1 addition & 0 deletions spec/unit/statics_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ nginx: |
location /nginx_status {
internal;
access_log off;
stub_status;
}
Expand Down

0 comments on commit 787b99e

Please sign in to comment.