Mattias Bodlund 2 months ago
parent
commit
cba8ed1688
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      config/nginx.conf

+ 2
- 2
config/nginx.conf View File

@ -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


Loading…
Cancel
Save