[Git][qa/jenkins.debian.net][master] reproducible Debian: configure nginx to serve lynxis' rebuilder-snapshot
Holger Levsen (@holger)
gitlab at salsa.debian.org
Wed Nov 15 20:54:36 GMT 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
6bb41447 by Holger Levsen at 2023-11-15T21:51:45+01:00
reproducible Debian: configure nginx to serve lynxis' rebuilder-snapshot
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- hosts/osuosl4-amd64/etc/nginx/nginx.conf
Changes:
=====================================
hosts/osuosl4-amd64/etc/nginx/nginx.conf
=====================================
@@ -30,5 +30,18 @@ http {
alias /srv/data/vagrant/snapshots;
autoindex on;
}
+
+location /rebuilder-snapshot/api {
+ rewrite /rebuilder-snapshot/api/(.+) /$1 break;
+ proxy_pass http://127.0.0.1:5001;
+ include proxy_params;
+}
+
+location /rebuilder-snapshot/storage {
+ alias /srv/data/lynxis/repro-debian/storage;
+ autoindex on;
+}
+
+
}
}
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/6bb41447b509739dd74d2133d78a804d8cf2a821
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/6bb41447b509739dd74d2133d78a804d8cf2a821
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20231115/24c43a4b/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list