[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: nginx: bayfront: Proxy Cuirass' HTTP API.
From: |
Ludovic Courtès |
Subject: |
01/01: nginx: bayfront: Proxy Cuirass' HTTP API. |
Date: |
Sat, 23 Sep 2017 13:31:19 -0400 (EDT) |
civodul pushed a commit to branch master
in repository maintenance.
commit 252a21590782f5d532f9ea8392077615e3a23337
Author: Ludovic Courtès <address@hidden>
Date: Sat Sep 23 19:30:47 2017 +0200
nginx: bayfront: Proxy Cuirass' HTTP API.
* hydra/nginx/bayfront-locations.conf: Add Cuirass URLs.
---
hydra/nginx/bayfront-locations.conf | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/hydra/nginx/bayfront-locations.conf
b/hydra/nginx/bayfront-locations.conf
index 935abbc..5b1e538 100644
--- a/hydra/nginx/bayfront-locations.conf
+++ b/hydra/nginx/bayfront-locations.conf
@@ -123,6 +123,12 @@ location /file/ {
proxy_ignore_client_abort on;
}
+# Cuirass.
+location /specifications { proxy_pass http://localhost:8081; }
+location /jobsets { proxy_pass http://localhost:8081; }
+location /build { proxy_pass http://localhost:8081; }
+location /api { proxy_pass http://localhost:8081; }
+
# For use by Certbot.
location /.well-known {
root /var/www;