diff --git a/nginx.production.conf b/nginx.production.conf index ec318a2..3ff7fc3 100644 --- a/nginx.production.conf +++ b/nginx.production.conf @@ -10,9 +10,9 @@ http { include /etc/nginx/mime.types; proxy_set_header Host $http_host; - ssl_certificate /etc/letsencrypt/live/righttree.maps.net.nz/fullchain.pem; - ssl_certificate_key /etc/letsencrypt/live/righttree.maps.net.nz/privkey.pem; - ssl_trusted_certificate /etc/letsencrypt/live/righttree.maps.net.nz/chain.pem; + ssl_certificate /etc/letsencrypt/live/rightplant.biospherecapital.com/fullchain.pem; + ssl_certificate_key /etc/letsencrypt/live/rightplant.biospherecapital.com/privkey.pem; + ssl_trusted_certificate /etc/letsencrypt/live/rightplant.biospherecapital.com/chain.pem; location / { root /etc/nginx/html/build;