Open the port 8080 on mdapi-stg

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

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' ]