[ARVADOS] updated: 8fe01fcc1b88a49f1f7eff14d0435e3ac0649721

git at public.curoverse.com git at public.curoverse.com
Thu Aug 6 17:47:09 EDT 2015


Summary of changes:
 doc/install/install-api-server.html.textile.liquid | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  8fe01fcc1b88a49f1f7eff14d0435e3ac0649721 (commit)
      from  8089b2f5c97b1db9bd826a1b6488f1b060830def (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 8fe01fcc1b88a49f1f7eff14d0435e3ac0649721
Author: Brett Smith <brett at curoverse.com>
Date:   Thu Aug 6 17:46:24 2015 -0400

    API server install guide suggests a more likely websocket_address.
    
    /websocket is hardcoded as the websocket endpoint in our own code, so
    that's where it'll be when people use the provided nginx configuration.
    No issue #.

diff --git a/doc/install/install-api-server.html.textile.liquid b/doc/install/install-api-server.html.textile.liquid
index d5bc705..78c832f 100644
--- a/doc/install/install-api-server.html.textile.liquid
+++ b/doc/install/install-api-server.html.textile.liquid
@@ -157,12 +157,12 @@ Example @application.yml@:
 
 h3. websocket_address
 
-Set @websocket_address@ to the @wss://@ URL of the API server websocket endpoint after following "Set up Web servers.":#set_up
+Set @websocket_address@ to the @wss://@ URL of the API server websocket endpoint after following "Set up Web servers":#set_up.  The path of the default endpoint is @/websocket at .
 
 Example @application.yml@:
 
 <notextile>
-<pre><code>  websocket_address: <span class="userinput">wss://ws.zzzzz.example.com</span></code></pre>
+<pre><code>  websocket_address: <span class="userinput">wss://ws.zzzzz.example.com</span>/websocket</code></pre>
 </notextile>
 
 h3(#git_repositories_dir). git_repositories_dir

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list