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: localhost->127.0.


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: localhost->127.0.0.1 for proxy_pass.
Date: Fri, 17 Feb 2017 13:28:00 +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 46a0496  localhost->127.0.0.1 for proxy_pass.
46a0496 is described below

commit 46a049694e3289ec973b6937ff67e83044353ade
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Feb 17 13:27:44 2017 +0100

    localhost->127.0.0.1 for proxy_pass.
---
 etc/nginx/sites-enabled/buildbot-ssl.site | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/nginx/sites-enabled/buildbot-ssl.site 
b/etc/nginx/sites-enabled/buildbot-ssl.site
index a79d3cd..2602edc 100644
--- a/etc/nginx/sites-enabled/buildbot-ssl.site
+++ b/etc/nginx/sites-enabled/buildbot-ssl.site
@@ -11,7 +11,7 @@ server {
         include conf.d/talerssl;
 
        location / {
-           proxy_pass http://localhost:8010;
+           proxy_pass http://127.0.0.1:8010;
            proxy_redirect off;
            proxy_set_header Host $host;
        }

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



reply via email to

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