nginx: Expose status page
This commit is contained in:
parent
624ad96c8a
commit
42d604a921
1 changed files with 4 additions and 0 deletions
|
@ -63,6 +63,10 @@ http {
|
||||||
|
|
||||||
root /srv/web/{{ inventory_hostname }};
|
root /srv/web/{{ inventory_hostname }};
|
||||||
|
|
||||||
|
location = /stub_status {
|
||||||
|
stub_status;
|
||||||
|
}
|
||||||
|
|
||||||
include /etc/nginx/conf.d/{{ inventory_hostname }}/*.conf;
|
include /etc/nginx/conf.d/{{ inventory_hostname }}/*.conf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue