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: Redirect Buildbot


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Redirect Buildbot site to HTTPS.
Date: Fri, 17 Feb 2017 13:25:41 +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 90070c7  Redirect Buildbot site to HTTPS.
90070c7 is described below

commit 90070c760749d3adab5db62104b3ace80e309eb9
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Feb 17 13:25:16 2017 +0100

    Redirect Buildbot site to HTTPS.
---
 etc/nginx/sites-enabled/buildbot.site | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/etc/nginx/sites-enabled/buildbot.site 
b/etc/nginx/sites-enabled/buildbot.site
index 6ef23de..7295034 100644
--- a/etc/nginx/sites-enabled/buildbot.site
+++ b/etc/nginx/sites-enabled/buildbot.site
@@ -9,16 +9,5 @@ server {
        server_name buildbot.taler.net;
        server_name www.buildbot.taler.net;
 
-       location / {
-           proxy_pass http://localhost:8010;
-           proxy_redirect off;
-           proxy_set_header Host $host;
-       }
-
-        error_page 502 /502.html;
-        location = /502.html {
-            root /home/fournier/buildbot;  
-        }
-        
-        include conf.d/favicon_robots;
+       rewrite ^ https://$server_name$request_uri? permanent;
 }

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



reply via email to

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