{{ ansible_header | comment }}

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