buildvm-s390x-24: make sure port 80 is allowed incoming to varnish cache

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-04-02 14:57:52 -07:00
parent 3eb3324c9b
commit c490b5a2c5

View file

@ -1,2 +1,6 @@
---
eth0_ipv4_ip: 10.16.0.35
tcp_ports: [
# allow incoming varnish requests to varnish cache
80
]