From ba512c1f5ae17cb00d1886bf546944b83a89e34b Mon Sep 17 00:00:00 2001 From: Dana Lambert Date: Fri, 17 Dec 2021 19:10:44 +1300 Subject: [PATCH] Update nginx domain for production --- nginx.production.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;