vozlt / nginx-module-vts

Nginx virtual host traffic status module
BSD 2-Clause "Simplified" License
3.17k stars 456 forks source link

/status/format/json not served after clean installation #278

Closed marchankaA closed 10 months ago

marchankaA commented 10 months ago

nginx 1.8.0, after adding as dynamic module /status page appeared, but /status/format/json gives not found The status page looks like below image

marchankaA commented 10 months ago

fixed it by specying correct location. Mine was

location = /status { vhost_traffic_status_display; vhost_traffic_status_display_format html; }