This commit is contained in:
Nicolas Bally 2018-09-24 16:30:54 +02:00
parent 02a08dd9e0
commit bf26ebf14c

View File

@ -21,8 +21,8 @@ server {
keepalive_timeout 10; keepalive_timeout 10;
ssl on; ssl on;
ssl_certificate /etc/letsencrypt/live/olwen-capital.com/fullchain.pem; ssl_certificate /etc/letsencrypt/live/bievre-renovation.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/olwen-capital.com/privkey.pem; ssl_certificate_key /etc/letsencrypt/live/bievre-renovation.com/privkey.pem;
include snippets/letsencrypt.conf; include snippets/letsencrypt.conf;