taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit fa6d27fa96ec07d90a62ca6e0c635cee7bca6eba
parent f0c746b30f4e3e99b799aca830bce4a13db330b1
Author: Florian Dold <florian.dold@gmail.com>
Date:   Tue, 30 Jan 2018 00:00:49 +0100

fix nginx config

Diffstat:
Metc/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 @@ -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; }