18700: Fix websocket ExternalURL.
authorTom Clegg <tom@curii.com>
Thu, 24 Mar 2022 14:20:33 +0000 (10:20 -0400)
committerTom Clegg <tom@curii.com>
Thu, 24 Mar 2022 14:20:33 +0000 (10:20 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

lib/install/init.go

index 98f9fffd0ec642a1c3ec8d9fc5791c1be9f234ab..8e7f181c41006e5c4b9740c2a021c50cd0912e91 100644 (file)
@@ -112,7 +112,7 @@ func (initcmd *initCommand) RunCommand(prog string, args []string, stdin io.Read
       Websocket:
         InternalURLs:
           "http://0.0.0.0:8005/": {}
-        ExternalURL: {{printf "%q" ( print "wss://." .Domain ":4436/" ) }}
+        ExternalURL: {{printf "%q" ( print "wss://" .Domain ":4436/websocket" ) }}
       Keepbalance:
         InternalURLs:
           "http://0.0.0.0:9005/": {}