Dave
Dave
Just would like to add that the server names are messed up in the following URL's : /status/format/json /status/format/jsonp However, the server names show up correctly using this URL: /status/format/prometheus...
Anyone? I'd love to get this figured out.
Mine is showing the NO now, not US. `"serverZones":{"NOwww.example.com":` When I visit the URL, I do not see any dashboard.  The browser console is showing this every second: `Uncaught...
``` curl https://www.example.com/status/ | jq .serverZones % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0...
``` curl https://www.example.com/status/format/json | jq .serverZones "NO\u001fwww.example.com": { "requestCounter": 24032, "inBytes": 7939268, "outBytes": 274855264, "responses": { "1xx": 0, "2xx": 23424, "3xx": 415, "4xx": 193, "5xx": 0 }, ``` ```nginx -V...
I'm not sure what the issue could be. In my config's, I always do server_name + + www.example.com I removed the tabs and converted them to spaces and still have...
I trimmed the config file as much as I could, and still have the issue. I've attached the file. ```"NOexample.com":{"requestCounter":4``` [vhost.txt](https://github.com/vozlt/nginx-module-vts/files/9540882/vhost.txt)
I can't test the commit. I use the FreeBSD port system to install all applications on my server (I do not compile from source).
Yes, the nginx.txt file is working fine on home backup server (not the live production server).
I'm sorry, your nginx.txt does not work. It still shows `serverZones":{"NOexample.com"` This was tested on my home backup machine - with only your nginx.txt loaded - and nothing else. $...