copr-dist-git: allow 443 in iptables, also for staging
This commit is contained in:
parent
6d4f0e6d75
commit
4a6dbdb3fb
2 changed files with 2 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
||||||
tcp_ports: [22, 80]
|
tcp_ports: [22, 80]
|
||||||
datacenter: cloud
|
datacenter: cloud
|
||||||
freezes: false
|
freezes: false
|
||||||
|
custom_rules: ['-A INPUT -p tcp -m tcp --dport 443 -j ACCEPT']
|
||||||
|
|
|
@ -3,3 +3,4 @@ tcp_ports: [22, 80]
|
||||||
datacenter: cloud
|
datacenter: cloud
|
||||||
freezes: false
|
freezes: false
|
||||||
devel: true
|
devel: true
|
||||||
|
custom_rules: ['-A INPUT -p tcp -m tcp --dport 443 -j ACCEPT']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue