Open ports 80 and 443 to everyone
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
4aa1c5bcc3
commit
31fe8d6bcb
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ lvm_size: 100000
|
|||
mem_size: 4096
|
||||
num_cpus: 4
|
||||
|
||||
tcp_ports: [ 9418 ]
|
||||
tcp_ports: [ 9418, 80, 443 ]
|
||||
|
||||
# We have both celery (pagure_worker) and web thread wanting to send out fedmsg's.
|
||||
# To make things easy on the listening side (so avoid contention of binding ports), let's set the pkgs boxes to active fedmsg.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue