stub_status and other data to be displayed.
Sam Ashmann
tdgh2323 at hotmail.com
Sun Apr 22 21:22:22 UTC 2012
Hello all,
I made a debug html that displays some debugging information (additional nginx variables)... but Id also prefer to print along with the output produced by stub_status . Is there anyway to do this?
Something like this doesnt appear to work:
location /static-test {
default_type text/html;
stub_status on;
return 200 "test"
}
it either prints my test, or if I comment it .. it prints the status of nginx.
Regards,
Sam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20120422/09f58cea/attachment.html>
More information about the nginx
mailing list