Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Commit

Permalink
status endpint
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Fry committed Jan 22, 2018
1 parent c281764 commit 985a990
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nginx/status.conf
Expand Up @@ -50,8 +50,8 @@ server {

# Main status location. HTTP features like authentication, access control,
# header changes, logging are fully supported.
location /status {
status;
status_format json;
}
location /status {
stub_status on;
access_log off;
}
}

0 comments on commit 985a990

Please sign in to comment.