openqa-stg: allow port 80 through firewall too
This commit is contained in:
parent
9bc149a5e6
commit
24cbd634b2
1 changed files with 2 additions and 2 deletions
|
@ -21,5 +21,5 @@ openqa_workers: 3
|
||||||
|
|
||||||
deployment_type: prod
|
deployment_type: prod
|
||||||
|
|
||||||
# NFS
|
# http and NFS
|
||||||
tcp_ports: [ 2049 ]
|
tcp_ports: [ 80, 2049 ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue