We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393494d commit 7316f71Copy full SHA for 7316f71
nexus/examples/config.toml
@@ -39,7 +39,7 @@ external_dns_servers = ["1.1.1.1", "9.9.9.9"]
39
40
[deployment.dropshot_external]
41
# IP Address and TCP port on which to listen for the external API
42
-bind_address = "127.0.0.1:12220"
+bind_address = "0.0.0.0:12220"
43
default_request_body_max_bytes = 1048576
44
# To have Nexus's external HTTP endpoint use TLS, uncomment the line below. You
45
# will also need to provide an initial TLS certificate during rack
0 commit comments