Files
home-assistant-addons/vhclient/rootfs/etc/nginx/vhclient.conf
Hans Karlinius c83d748f08 test
2024-11-26 08:59:52 +01:00

12 lines
152 B
Plaintext

daemon off;
error_log stderr;
pid /var/run/nginx.pid;
http {
server {
listen 8099;
allow 172.30.32.2;
deny all;
}
}