Commit e3183f09 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: add nginx conf for https://reproduce.debian.net/stats/

parent 4db56f46
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -34,6 +34,8 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian
** add more workers on o4
** use web frontend from archlinux too? https://gitlab.archlinux.org/archlinux/rebuilderd-website
** install on o4 and test trixie there
*** reuse cache from o5 to ease snapshot bandwidth?
*** maybe rebuild with nocheck profile there?

* in TODO.trixie:
** s#trixie#forky#g and s#bookworm#trixie#g in there, and check for bullseye, buster and stretch too
+6 −0
Original line number Diff line number Diff line
@@ -47,6 +47,12 @@ http {
            proxy_pass http://127.0.0.1:8484;
        }

	location /stats/ {
            alias /home/jspricke/public_html/stats/ ;
            disable_symlinks off;
            autoindex on;
    	}

    }