vm-mts/nginx/data/conf.d/zabbix.conf

13 lines
223 B
Plaintext
Raw Permalink Normal View History

2026-04-30 23:30:50 +04:00
server {
listen 11.200.0.3:80;
server_name localhost;
location /basic_status {
stub_status on;
access_log off;
allow 11.0.0.0/8;
allow 192.168.30.0/24;
deny all;
}
}