test
This commit is contained in:
5
vhclient/rootfs/etc/nginx/http.d/vhclient.conf
Normal file
5
vhclient/rootfs/etc/nginx/http.d/vhclient.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
server {
|
||||
listen 8099;
|
||||
allow 172.30.32.2;
|
||||
deny all;
|
||||
}
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
bashio::log.info "Starting VirtualHere HTTP"
|
||||
python3 -m http.server 8000
|
||||
exec nginx
|
||||
|
||||
Reference in New Issue
Block a user