[Git][qa/jenkins.debian.net][master] reproducible Debian: osuosl4: fix api location

Holger Levsen (@holger) gitlab at salsa.debian.org
Tue Nov 21 07:06:34 GMT 2023



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
4cd5725c by Holger Levsen at 2023-11-21T08:06:14+01:00
reproducible Debian: osuosl4: fix api location

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,6 +31,12 @@ 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;



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/4cd5725ce6a35e88aa771a82e40be9f81b0bba25

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/4cd5725ce6a35e88aa771a82e40be9f81b0bba25
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/20231121/25baca28/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list