From: Imran Iqbal Date: Tue, 16 Jun 2020 16:00:48 +0000 (+0100) Subject: Merge pull request #2 from netmanagers/master X-Git-Url: https://git.arvados.org/arvados-formula.git/commitdiff_plain/c238eddf242539bd669535944b70d545beeb37d0?hp=ffc372d4134debada69126f178493e0e7d6b68b3 Merge pull request #2 from netmanagers/master fix(init.sls): enable all states --- diff --git a/arvados/init.sls b/arvados/init.sls index 7f14f19..ad7fdbb 100644 --- a/arvados/init.sls +++ b/arvados/init.sls @@ -3,12 +3,12 @@ include: - .repo - #- .config - #- .api - #- .keepstore - #- .websocket - #- .keepweb - #- .workbench2 - #- .keepproxy - #- .shell - #- .workbench + - .config + - .api + - .keepstore + - .websocket + - .keepweb + - .workbench2 + - .keepproxy + - .shell + - .workbench diff --git a/test/salt/pillar/examples/nginx_websocket_configuration.sls b/test/salt/pillar/examples/nginx_websocket_configuration.sls index bc198e1..b6a2174 100644 --- a/test/salt/pillar/examples/nginx_websocket_configuration.sls +++ b/test/salt/pillar/examples/nginx_websocket_configuration.sls @@ -38,12 +38,13 @@ nginx: - index: index.html index.htm - location /: - proxy_pass: 'http://websocket_upstream' - - proxy_read_timeout: 90 + - proxy_read_timeout: 600 - proxy_connect_timeout: 90 - proxy_redirect: 'off' - - proxy_set_header: X-Forwarded-Proto https - - proxy_set_header: 'Host $http_host' + - proxy_set_header: 'Host $host' - proxy_set_header: 'X-Real-IP $remote_addr' + - proxy_set_header: 'Upgrade $http_upgrade' + - proxy_set_header: 'Connection "upgrade"' - proxy_set_header: 'X-Forwarded-For $proxy_add_x_forwarded_for' - proxy_buffering: 'off' - client_body_buffer_size: 64M