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: fix nginx config


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix nginx config
Date: Tue, 30 Jan 2018 00:00:53 +0100

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new fa6d27f  fix nginx config
fa6d27f is described below

commit fa6d27fa96ec07d90a62ca6e0c635cee7bca6eba
Author: Florian Dold <address@hidden>
AuthorDate: Tue Jan 30 00:00:49 2018 +0100

    fix nginx config
---
 etc/nginx/sites-enabled/test.site | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/nginx/sites-enabled/test.site 
b/etc/nginx/sites-enabled/test.site
index 78c95b9..3066042 100644
--- a/etc/nginx/sites-enabled/test.site
+++ b/etc/nginx/sites-enabled/test.site
@@ -221,7 +221,7 @@ server {
     }
     if ($authresult = "r") {
       # restricted but not authorized
-      return 401 "Unauthorized";
+      return 401;
     }
     if ($http_x_taler_deployment_color ~ "blue") { return 418; }
     if ($http_x_taler_deployment_color ~ "green") { return 419; }

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



reply via email to

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