gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: Enabling WebSocke


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Enabling WebSocket
Date: Fri, 17 Feb 2017 15:01:57 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new eeb9ecf  Enabling WebSocket
eeb9ecf is described below

commit eeb9ecf7c2eaaeff8024c1a44878f7d8653f1d48
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Feb 17 15:02:00 2017 +0100

    Enabling WebSocket
---
 etc/nginx/sites-enabled/buildbot-ssl.site | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/etc/nginx/sites-enabled/buildbot-ssl.site 
b/etc/nginx/sites-enabled/buildbot-ssl.site
index 2602edc..72e987a 100644
--- a/etc/nginx/sites-enabled/buildbot-ssl.site
+++ b/etc/nginx/sites-enabled/buildbot-ssl.site
@@ -14,6 +14,8 @@ server {
            proxy_pass http://127.0.0.1:8010;
            proxy_redirect off;
            proxy_set_header Host $host;
+            proxy_set_header Upgrade $http_upgrade;
+            proxy_set_header Connection "upgrade";
        }
 
         error_page 502 /502.html;

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]