7 lines
80 B
Plaintext
7 lines
80 B
Plaintext
server {
|
|
listen 127.0.0.2:8080;
|
|
location = /stub_status {
|
|
stub_status;
|
|
}
|
|
}
|