Loading hosts/osuosl5-amd64/etc/nginx/nginx.conf +3 −30 Original line number Diff line number Diff line Loading @@ -56,6 +56,7 @@ http { alias /srv/rebuilderd/stats/ ; disable_symlinks off; autoindex on; index index.html; } } Loading Loading @@ -104,6 +105,7 @@ http { alias /srv/rebuilderd/i386/stats/ ; disable_symlinks off; autoindex on; index index.html; } } Loading Loading @@ -137,37 +139,7 @@ http { server { listen 80; server_name reproduce.debian.net; location /.well-known/acme-challenge/ { alias /var/lib/dehydrated/acme-challenges/; disable_symlinks off; autoindex off; } location / { return 301 https://$host$request_uri; } } server { listen 80; server_name amd64.reproduce.debian.net; location /.well-known/acme-challenge/ { alias /var/lib/dehydrated/acme-challenges/; disable_symlinks off; autoindex off; } location / { return 301 https://$host$request_uri; } } server { listen 80; server_name i386.reproduce.debian.net; location /.well-known/acme-challenge/ { Loading @@ -182,4 +154,5 @@ http { } } hosts/osuosl5-amd64/var/www/html/rebuilderd-setup.html +6 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ </h1> <pre> (version 0.6, feedback much welcome.) (version 0.7, feedback much welcome.) USER=rebuilderd # sudo adduser --system --home /srv/rebuilderd --shell /bin/bash --group $USER ; sudo passwd -d $USER Loading Loading @@ -130,5 +130,10 @@ sed -i "s#reproduce.debian.net#$REBUILDERD_HOSTNAME#g" index.html } </pre> # it gets messy, how to run more archs on one machine: cd ; mkdir -p i386 ; cd i386 ; /opt/usr/bin/rebuilderd -c /opt/etc/rebuilderd-i386.conf </body> </html> Loading
hosts/osuosl5-amd64/etc/nginx/nginx.conf +3 −30 Original line number Diff line number Diff line Loading @@ -56,6 +56,7 @@ http { alias /srv/rebuilderd/stats/ ; disable_symlinks off; autoindex on; index index.html; } } Loading Loading @@ -104,6 +105,7 @@ http { alias /srv/rebuilderd/i386/stats/ ; disable_symlinks off; autoindex on; index index.html; } } Loading Loading @@ -137,37 +139,7 @@ http { server { listen 80; server_name reproduce.debian.net; location /.well-known/acme-challenge/ { alias /var/lib/dehydrated/acme-challenges/; disable_symlinks off; autoindex off; } location / { return 301 https://$host$request_uri; } } server { listen 80; server_name amd64.reproduce.debian.net; location /.well-known/acme-challenge/ { alias /var/lib/dehydrated/acme-challenges/; disable_symlinks off; autoindex off; } location / { return 301 https://$host$request_uri; } } server { listen 80; server_name i386.reproduce.debian.net; location /.well-known/acme-challenge/ { Loading @@ -182,4 +154,5 @@ http { } }
hosts/osuosl5-amd64/var/www/html/rebuilderd-setup.html +6 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ </h1> <pre> (version 0.6, feedback much welcome.) (version 0.7, feedback much welcome.) USER=rebuilderd # sudo adduser --system --home /srv/rebuilderd --shell /bin/bash --group $USER ; sudo passwd -d $USER Loading Loading @@ -130,5 +130,10 @@ sed -i "s#reproduce.debian.net#$REBUILDERD_HOSTNAME#g" index.html } </pre> # it gets messy, how to run more archs on one machine: cd ; mkdir -p i386 ; cd i386 ; /opt/usr/bin/rebuilderd -c /opt/etc/rebuilderd-i386.conf </body> </html>