mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-31 07:55:42 +00:00
adopt to new open-ports role updates
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
04e86a2802
commit
2440e23a1e
@ -54,6 +54,7 @@ nginx_sites:
|
||||
}
|
||||
|
||||
# Open Nginx Ports
|
||||
open_ports_protocol: tcp
|
||||
open_ports_comment: 'HTTP & HTTPS'
|
||||
open_ports_list: [80, 443]
|
||||
open_ports_list:
|
||||
- { port: 80, protocol: 'tcp' }
|
||||
- { port: 443, protocol: 'tcp' }
|
||||
|
@ -66,6 +66,7 @@ nginx_sites:
|
||||
}
|
||||
|
||||
# Open Nginx Ports
|
||||
open_ports_protocol: tcp
|
||||
open_ports_comment: 'HTTP & HTTPS'
|
||||
open_ports_list: [80, 443]
|
||||
open_ports_list:
|
||||
- { port: 80, protocol: 'tcp' }
|
||||
- { port: 443, protocol: 'tcp' }
|
||||
|
Loading…
x
Reference in New Issue
Block a user