fix: Use git.dociva.io TLS certificate for Gitea

This commit is contained in:
Your Name
2026-04-05 20:48:19 +02:00
parent d066d8e414
commit 586d93eb41

View File

@@ -135,10 +135,8 @@ server {
http2 on;
server_name git.dociva.io;
# Temporary fallback so nginx can start before git.dociva.io certificate is issued.
# After DNS is set and certbot runs, switch these back to /live/git.dociva.io/...
ssl_certificate /etc/letsencrypt/live/dociva.io/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/dociva.io/privkey.pem;
ssl_certificate /etc/letsencrypt/live/git.dociva.io/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/git.dociva.io/privkey.pem;
ssl_protocols TLSv1.2 TLSv1.3;
client_max_body_size 100M;