mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-01 00:15:51 +00:00
Document new auto-detect options.
This commit is contained in:
@@ -157,9 +157,10 @@
|
|||||||
# connections.
|
# connections.
|
||||||
#
|
#
|
||||||
# [websocket_public_secure]
|
# [websocket_public_secure]
|
||||||
# 0 or 1.
|
# 0, 1 or 2.
|
||||||
# 0: Provide ws service for websocket_public_ip/websocket_public_port.
|
# 0: Provide ws service for websocket_public_ip/websocket_public_port.
|
||||||
# 1: Provide wss service for websocket_public_ip/websocket_public_port. [default]
|
# 1: Provide both ws and wss service for websocket_public_ip/websocket_public_port. [default]
|
||||||
|
# 2: Provide wss service only for websocket_public_ip/websocket_public_port.
|
||||||
#
|
#
|
||||||
# Browser pages like the Ripple client will not be able to connect to a secure
|
# Browser pages like the Ripple client will not be able to connect to a secure
|
||||||
# websocket connection if a self-signed certificate is used. As the Ripple
|
# websocket connection if a self-signed certificate is used. As the Ripple
|
||||||
@@ -177,9 +178,10 @@
|
|||||||
# Port to bind to allow trusted ADMIN connections from backend applications.
|
# Port to bind to allow trusted ADMIN connections from backend applications.
|
||||||
#
|
#
|
||||||
# [websocket_secure]
|
# [websocket_secure]
|
||||||
# 0 or 1.
|
# 0, 1, or 2.
|
||||||
# 0: Provide ws service for websocket_ip/websocket_port. [default]
|
# 0: Provide ws service only for websocket_ip/websocket_port. [default]
|
||||||
# 1: Provide wss service for websocket_ip/websocket_port.
|
# 1: Provide ws and wss service for websocket_ip/websocket_port
|
||||||
|
# 2: Provide wss service for websocket_ip/websocket_port.
|
||||||
#
|
#
|
||||||
# [websocket_ssl_key]:
|
# [websocket_ssl_key]:
|
||||||
# Specify the filename holding the SSL key in PEM format.
|
# Specify the filename holding the SSL key in PEM format.
|
||||||
|
|||||||
Reference in New Issue
Block a user