This commit is contained in:
Isaac Shoebottom 2023-03-10 18:53:46 -04:00
parent c040b02d7d
commit 693dcf3755

View File

@ -14,4 +14,9 @@ server {
proxy_set_header Host $http_host;
proxy_buffering off;
}
ssl_certificate /etc/letsencrypt/live/matrix.shoebottom.ca/fullchain.pem; # EDIT THIS
ssl_certificate_key /etc/letsencrypt/live/matrix.shoebottom.ca/privkey.pem; # EDIT THIS
ssl_trusted_certificate /etc/letsencrypt/live/matrix.shoebottom.ca/chain.pem; # EDIT THIS
include /etc/letsencrypt/options-ssl-nginx.conf;
}