From cba8ed1688909f25e58f78de439e9a4d9c161a0d Mon Sep 17 00:00:00 2001 From: Mattias Bodlund Date: Tue, 23 Jun 2026 09:57:18 +0200 Subject: [PATCH] na --- config/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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