Add nginx status for zabbix

pull/7/head
Pearu Vaalma 1 year ago
parent 29ed5e7617
commit 8d74ba99c5
Signed by: pvx
GPG Key ID: 259BA0611AE97CEF
  1. 4
      nginx/default

@ -101,5 +101,9 @@ server {
location /projector/ {
proxy_pass http://projektor.kontor.lapikud.ee/cgi-bin/;
}
location = /basic_status {
stub_status;
}
}

Loading…
Cancel
Save