SSL config changes

do2
Matthew 2025-03-21 12:41:26 -04:00
parent e0c08fb1f8
commit 8b745bd444
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ server {
#ssl_certificate /etc/letsencrypt/live/libraryofcode.org/fullchain.pem;
#ssl_certificate_key /etc/letsencrypt/live/libraryofcode.org/privkey.pem;
ssl_certificate /etc/ssl/private/emea.chain.crt;
ssl_certificate_key /etc/ssl/private/emea.key
ssl_certificate_key /etc/ssl/private/emea.key;
root /opt/canvas/public;
index index.html;