mirror of
https://github.com/status-im/infra-swarm.git
synced 2025-02-22 12:28:11 +00:00
use 8080 for http and 8443 for https to match cloudflare
This commit is contained in:
parent
4929091f44
commit
1e39d2d0d4
@ -9,7 +9,7 @@ nginx_configs:
|
||||
|
||||
nginx_sites:
|
||||
swarm_lb:
|
||||
- listen 8900 ssl
|
||||
- listen 8443 ssl
|
||||
|
||||
- server_name {{ env }}-{{ stage }}.status.im
|
||||
|
||||
|
@ -25,7 +25,8 @@ geth_account: ~
|
||||
|
||||
# main http port
|
||||
swarm_addr: '0.0.0.0'
|
||||
swarm_port: 8800
|
||||
swarm_port: 8080
|
||||
swarm_ssl: 8443
|
||||
|
||||
# for key generation
|
||||
genkey_image: 'ethereum/client-go:alltools-latest'
|
||||
|
@ -40,6 +40,6 @@
|
||||
with_items:
|
||||
- { 'name': 'Swarm', 'port': '{{ cont_port }}', 'proto': 'udp' }
|
||||
- { 'name': 'Swarm HTTP', 'port': '{{ swarm_port }}', 'proto': 'tcp' }
|
||||
- { 'name': 'Swarm HTTPS', 'port': 8900, 'proto': 'tcp' }
|
||||
- { 'name': 'Swarm HTTPS', 'port': '{{ swarm_ssl }}', 'proto': 'tcp' }
|
||||
notify:
|
||||
- Save iptables rules
|
||||
|
Loading…
x
Reference in New Issue
Block a user