diff --git a/config/nginx.conf b/config/nginx.conf index 851851e..abd91dc 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -53,8 +53,8 @@ server { client_max_body_size 4G; - ssl_certificate /etc/letsencrypt/live/ikea-foundation-week-2026.onc.dk/fullchain.pem; # managed by Certbot - ssl_certificate_key /etc/letsencrypt/live/ikea-foundation-week-2026.onc.dk/privkey.pem; # managed by Certbot + ssl_certificate /etc/letsencrypt/live/savethetomato.ikeafoundation.org/fullchain.pem; # managed by Certbot + ssl_certificate_key /etc/letsencrypt/live/savethetomato.ikeafoundation.org/privkey.pem; # managed by Certbot include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot