[Git][qa/jenkins.debian.net][master] reproducible Debian: make nginx serve a nice frontpage for rebuilder-snapshot.debian.net

Holger Levsen (@holger) gitlab at salsa.debian.org
Mon Nov 20 19:23:45 GMT 2023



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


Commits:
0371c3e4 by Holger Levsen at 2023-11-20T20:23:33+01:00
reproducible Debian: make nginx serve a nice frontpage for rebuilder-snapshot.debian.net

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- hosts/osuosl5-amd64/etc/nginx/nginx.conf


Changes:

=====================================
hosts/osuosl5-amd64/etc/nginx/nginx.conf
=====================================
@@ -16,6 +16,11 @@ http {
         listen          80;
         server_name     localhost;
 
+        location 		/ {
+	    alias		/srv/data/rebuilder-snapshot/;
+	    autoindex	on;
+        }
+
         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/0371c3e4fe700b048e5f9682c8632fc5b58deb56

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/0371c3e4fe700b048e5f9682c8632fc5b58deb56
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/20231120/783a6180/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list