summaryrefslogtreecommitdiff
path: root/playbooks/roles/nginx_proxy/templates/stubs.conf
blob: 57765b7adfa6310b5d65b13405502ffb0a8fb357 (plain)
1
2
3
4
5
6
7
8
9
server {
    listen 81;
    location /nginx_status {
        stub_status;

        access_log off;
        allow all;
    }
}