[Git][qa/jenkins.debian.net][master] reproducible Debian: enable rebuilder-snapshot api on osuosl4
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sat May 25 09:27:44 BST 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
8cf39a1d by Holger Levsen at 2024-05-25T10:27:33+02:00
reproducible Debian: enable rebuilder-snapshot api on osuosl4
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
=====================================
@@ -31,20 +31,14 @@ http {
autoindex on;
}
-location /rebuilder-snapshot/storage/api {
- rewrite /rebuilder-snapshot/storage/api/(.+) /$1 break;
- proxy_pass http://127.0.0.1:5001;
- include proxy_params;
-}
-location /rebuilder-snapshot/api {
- rewrite /rebuilder-snapshot/api/(.+) /$1 break;
- proxy_pass http://127.0.0.1:5001;
+location ~ /rebuilder-snapshot/api(.*) {
+ proxy_pass http://127.0.0.1:5001/$1;
include proxy_params;
}
-location /rebuilder-snapshot/storage {
- alias /srv/data/lynxis/repro-debian/storage;
+location /rebuilder-snapshot/ {
+ alias /srv/data/rebuilder-snapshot/;
autoindex on;
}
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/8cf39a1d7523532a22bb4b058ba44eb46aa89642
--
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/8cf39a1d7523532a22bb4b058ba44eb46aa89642
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/20240525/44b01272/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list