Open the port 8080 on mdapi prod as well

This commit is contained in:
Pierre-Yves Chibon 2016-07-27 14:32:36 +02:00
parent 31f9b38a9c
commit ce972a9f42

View file

@ -4,7 +4,7 @@ mem_size: 2048
num_cpus: 4
freezes: false
tcp_ports: [ 80 ]
tcp_ports: [ 80, 8080 ]
# Neeed for rsync from log01 for logs.
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT' ]