taler-deployment

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

commit dde5832220d560fe72aca0bb3076372d43294c3b
parent c8b016c446f8267c36807d56f7fa5a6bf6bbab71
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon,  3 Dec 2018 14:59:54 +0100

Undo last commit.

Diffstat:
Metc/nginx/sites-enabled/buildbot-ssl.site | 15---------------
1 file changed, 0 insertions(+), 15 deletions(-)

diff --git a/etc/nginx/sites-enabled/buildbot-ssl.site b/etc/nginx/sites-enabled/buildbot-ssl.site @@ -11,21 +11,6 @@ server { server_name bb.taler.net; include conf.d/talerssl; - # location /api/v2/builders maps to the builder's - # "view", so there is no need to restrict the access there. - - # This location is _usually_ targeted by POSTs in order - # to trigger builds. - location /api/v2/builds { - auth_basic "Core devs restricted area"; - auth_basic_user_file "/etc/nginx/htpasswd"; - 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"; - } - location / { proxy_pass http://127.0.0.1:8010; proxy_redirect off;