Open the port 8080 on mdapi prod as well
This commit is contained in:
parent
31f9b38a9c
commit
ce972a9f42
1 changed files with 1 additions and 1 deletions
|
@ -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' ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue