Update nginx domain for production
This commit is contained in:
parent
3913548fb8
commit
ba512c1f5a
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue