You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Thanks for reporting.
Please make sure you use the server_traffic_status_zone directive.
The directive server_traffic_status_zone in stream block is essential because the shared memory zone using in nginx-module-sts, nginx-module-stream-sts is allocated by that directive.
The process finding shared memory zone is as follows:
nginx-module-stream-sts -> server_traffic_status_zone -> Allocate shared memory zone
nginx-module-sts -> stream_server_traffic_status_display -> Find shared memory zone
OS: CentOS 6.9
Nginx info:
--add-dynamic-module=nginx-module-sts-0.1.0 --add-dynamic-module=nginx-module-stream-sts-0.1.0
or
or
nginx-module-stream-sts : 0.1.0 release version
nginx config:
And access http://domain.com/status, occurs follow error:
The text was updated successfully, but these errors were encountered: