openqa-stg: allow port 80 through firewall too

This commit is contained in:
Adam Williamson 2015-11-30 12:09:42 -08:00
parent 9bc149a5e6
commit 24cbd634b2

View file

@ -21,5 +21,5 @@ openqa_workers: 3
deployment_type: prod
# NFS
tcp_ports: [ 2049 ]
# http and NFS
tcp_ports: [ 80, 2049 ]