adopt to new open-ports role updates

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-05-28 23:11:32 +02:00
parent 04e86a2802
commit 2440e23a1e
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 6 additions and 4 deletions

View File

@ -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' }

View File

@ -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' }