system/nginx/04/stub_status.conf
Georg 1159349436 Initial nginx run 04/05
Signed-off-by: Georg <georg@lysergic.dev>
2021-08-30 20:57:56 +02:00

7 lines
80 B
Plaintext

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