2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

nginx: bayfront: Proxy Cuirass' HTTP API.

* hydra/nginx/bayfront-locations.conf: Add Cuirass URLs.
This commit is contained in:
Ludovic Courtès 2017-09-23 19:30:47 +02:00
parent fb91f645dc
commit 252a215907
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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;