Port 80 needs open here, not 443.
This commit is contained in:
parent
3f2a46e642
commit
8835676e6d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ lvm_size: 20000
|
||||||
mem_size: 1024
|
mem_size: 1024
|
||||||
num_cpus: 2
|
num_cpus: 2
|
||||||
|
|
||||||
tcp_ports: [ 443 ]
|
tcp_ports: [ 80 ]
|
||||||
|
|
||||||
# Neeed for rsync from log02 for logs.
|
# Neeed for rsync from log02 for logs.
|
||||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.29 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.56 --dport 873 -j ACCEPT' ]
|
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.29 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.56 --dport 873 -j ACCEPT' ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue