summaryrefslogtreecommitdiff
path: root/etc/nginx/sites-enabled
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-12-03 14:59:54 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-12-03 14:59:54 +0100
commitdde5832220d560fe72aca0bb3076372d43294c3b (patch)
treed287a6850db882b6149bb1d1bede95a0177d09e5 /etc/nginx/sites-enabled
parentc8b016c446f8267c36807d56f7fa5a6bf6bbab71 (diff)
downloaddeployment-dde5832220d560fe72aca0bb3076372d43294c3b.tar.gz
deployment-dde5832220d560fe72aca0bb3076372d43294c3b.tar.bz2
deployment-dde5832220d560fe72aca0bb3076372d43294c3b.zip
Undo last commit.
Diffstat (limited to 'etc/nginx/sites-enabled')
-rw-r--r--etc/nginx/sites-enabled/buildbot-ssl.site15
1 files changed, 0 insertions, 15 deletions
diff --git a/etc/nginx/sites-enabled/buildbot-ssl.site b/etc/nginx/sites-enabled/buildbot-ssl.site
index 99696df..ba998bb 100644
--- 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;