nginx: Expose status page

This commit is contained in:
Timo Makinen 2023-11-12 15:53:15 +00:00
parent 624ad96c8a
commit 42d604a921

View file

@ -63,6 +63,10 @@ http {
root /srv/web/{{ inventory_hostname }};
location = /stub_status {
stub_status;
}
include /etc/nginx/conf.d/{{ inventory_hostname }}/*.conf;
}