[Git][qa/jenkins.debian.net][master] i386.reproduce.debian.net: enable https
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sun Dec 8 12:46:11 GMT 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
c93a67ba by Holger Levsen at 2024-12-08T13:45:58+01:00
i386.reproduce.debian.net: enable https
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- hosts/infom07-i386/etc/nginx/nginx.conf
Changes:
=====================================
hosts/infom07-i386/etc/nginx/nginx.conf
=====================================
@@ -17,10 +17,9 @@ http {
index index.html;
root /var/www/html;
- listen 443;
- #listen 443 ssl;
- #ssl_certificate /var/lib/dehydrated/certs/i386.reproduce.debian.net/fullchain.pem;
- #ssl_certificate_key /var/lib/dehydrated/certs/i386.reproduce.debian.net/privkey.pem;
+ listen 443 ssl;
+ ssl_certificate /var/lib/dehydrated/certs/i386.reproduce.debian.net/fullchain.pem;
+ ssl_certificate_key /var/lib/dehydrated/certs/i386.reproduce.debian.net/privkey.pem;
ssl_session_cache shared:le_nginx_SSL:10m;
ssl_session_timeout 1440m;
@@ -71,7 +70,7 @@ http {
return 301 https://$host$request_uri;
}
- #return 404;
+ return 404;
}
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c93a67bafd18dd0d44aaee78e38c894f936b4b99
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c93a67bafd18dd0d44aaee78e38c894f936b4b99
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/20241208/40590dff/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list