[ARVADOS] updated: 1.3.0-62-g28aa8adcc

Git user git at public.curoverse.com
Fri Jan 4 14:31:54 EST 2019


Summary of changes:
 tools/arvbox/lib/arvbox/docker/service/nginx/run-service | 7 +++++++
 1 file changed, 7 insertions(+)

       via  28aa8adcc90108922b1274f5568ce3c5745cca78 (commit)
      from  3259e9de3d048f7a0b27e67098811640e9da8230 (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 28aa8adcc90108922b1274f5568ce3c5745cca78
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Fri Jan 4 14:30:39 2019 -0500

    14660: Enable workbench2 to connect to development server via websockets.
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/tools/arvbox/lib/arvbox/docker/service/nginx/run-service b/tools/arvbox/lib/arvbox/docker/service/nginx/run-service
index 089306970..cf72ed2c2 100755
--- a/tools/arvbox/lib/arvbox/docker/service/nginx/run-service
+++ b/tools/arvbox/lib/arvbox/docker/service/nginx/run-service
@@ -86,6 +86,13 @@ server {
       proxy_set_header X-Forwarded-Proto https;
       proxy_redirect off;
     }
+    location  /sockjs-node {
+      proxy_pass http://workbench2;
+      proxy_set_header    Upgrade         \$http_upgrade;
+      proxy_set_header    Connection      "upgrade";
+      proxy_set_header Host \$http_host;
+      proxy_set_header X-Forwarded-For \$proxy_add_x_forwarded_for;
+    }
   }
 
   upstream keep-web {

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list