Skip to content
This repository was archived by the owner on Mar 21, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion agents/plugins/nginx_status
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def try_detect_servers():
if address == '0.0.0.0':
address = '127.0.0.1'
elif address == '::':
address = '::1'
address = '[::1]'

# Switch protocol if port is SSL port. In case you use SSL on another
# port you would have to change/extend the ssl_port list
Expand Down