SSL config changes
parent
a353eda89a
commit
e0c08fb1f8
|
@ -3,8 +3,10 @@ server {
|
||||||
listen [::]:443 ssl http2;
|
listen [::]:443 ssl http2;
|
||||||
server_name canvas.libraryofcode.org;
|
server_name canvas.libraryofcode.org;
|
||||||
|
|
||||||
ssl_certificate /etc/letsencrypt/live/libraryofcode.org/fullchain.pem;
|
#ssl_certificate /etc/letsencrypt/live/libraryofcode.org/fullchain.pem;
|
||||||
ssl_certificate_key /etc/letsencrypt/live/libraryofcode.org/privkey.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
|
||||||
|
|
||||||
root /opt/canvas/public;
|
root /opt/canvas/public;
|
||||||
index index.html;
|
index index.html;
|
||||||
|
|
Loading…
Reference in New Issue