system/nginx/04/stub_status.conf

7 lines
80 B
Plaintext
Raw Normal View History

server {
listen 127.0.0.2:8080;
location = /stub_status {
stub_status;
}
}