fix: Use git.dociva.io TLS certificate for Gitea
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user