diff --git a/config/nginx/nginx.conf b/config/nginx/nginx.conf index 2b1df70..ae356af 100644 --- a/config/nginx/nginx.conf +++ b/config/nginx/nginx.conf @@ -15,8 +15,8 @@ server { # These two directives define the paths to the TLS certificate and secret key. # These will be provisioned using Certbot and mounted into the Nginx container in the next step. - ssl_certificate /etc/letsencrypt/live/matsubara.nl-0002/fullchain.pem; - ssl_certificate_key /etc/letsencrypt/live/matsubara.nl-0002/privkey.pem; + ssl_certificate /etc/letsencrypt/live/matsubara.nl/fullchain.pem; + ssl_certificate_key /etc/letsencrypt/live/matsubara.nl/privkey.pem; location / { root /usr/share/nginx/html;