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

Commit 985a990

Browse files
author
Peter Fry
committed
status endpint
1 parent c281764 commit 985a990

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nginx/status.conf

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ server {
5050

5151
# Main status location. HTTP features like authentication, access control,
5252
# header changes, logging are fully supported.
53-
location /status {
54-
status;
55-
status_format json;
56-
}
53+
location /status {
54+
stub_status on;
55+
access_log off;
56+
}
5757
}

0 commit comments

Comments
 (0)