|
|
@ -16,25 +16,25 @@ server { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
# # https |
|
|
# # https |
|
|
# server { |
|
|
|
|
|
# listen 443 ssl; |
|
|
|
|
|
# http2 on; |
|
|
|
|
|
# |
|
|
|
|
|
# server_name ikea-foundation-week-2025.onc.dk; |
|
|
|
|
|
# |
|
|
|
|
|
# # keepalive_timeout 300; |
|
|
|
|
|
# keepalive_timeout 5; |
|
|
|
|
|
# client_max_body_size 4G; |
|
|
|
|
|
# |
|
|
|
|
|
# ssl_certificate /etc/letsencrypt/live/ikea-foundation-week-2025.onc.dk/fullchain.pem; # managed by Certbot |
|
|
|
|
|
# ssl_certificate_key /etc/letsencrypt/live/ikea-foundation-week-2025.onc.dk/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 |
|
|
|
|
|
# |
|
|
|
|
|
# location / { |
|
|
|
|
|
# return 301 https://spotlinks.ikeafoundation.org$request_uri; |
|
|
|
|
|
# } |
|
|
|
|
|
# } |
|
|
|
|
|
|
|
|
server { |
|
|
|
|
|
listen 443 ssl; |
|
|
|
|
|
http2 on; |
|
|
|
|
|
|
|
|
|
|
|
server_name ikea-foundation-week-2025.onc.dk; |
|
|
|
|
|
|
|
|
|
|
|
# keepalive_timeout 300; |
|
|
|
|
|
keepalive_timeout 5; |
|
|
|
|
|
client_max_body_size 4G; |
|
|
|
|
|
|
|
|
|
|
|
ssl_certificate /etc/letsencrypt/live/ikea-foundation-week-2025.onc.dk/fullchain.pem; # managed by Certbot |
|
|
|
|
|
ssl_certificate_key /etc/letsencrypt/live/ikea-foundation-week-2025.onc.dk/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 |
|
|
|
|
|
|
|
|
|
|
|
location / { |
|
|
|
|
|
return 301 https://completesentences.ikeafoundation.org$request_uri; |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
# # http > https |
|
|
# # http > https |
|
|
# server { |
|
|
# server { |
|
|
@ -66,7 +66,7 @@ server { |
|
|
http2 on; |
|
|
http2 on; |
|
|
|
|
|
|
|
|
# server_name spotlinks.ikeafoundation.org; |
|
|
# server_name spotlinks.ikeafoundation.org; |
|
|
server_name ikea-foundation-week-2025.onc.dk; |
|
|
|
|
|
|
|
|
server_name completesentences.ikeafoundation.org; |
|
|
|
|
|
|
|
|
# keepalive_timeout 300; |
|
|
# keepalive_timeout 300; |
|
|
keepalive_timeout 5; |
|
|
keepalive_timeout 5; |
|
|
@ -75,8 +75,8 @@ server { |
|
|
# ssl_certificate /etc/letsencrypt/live/spotlinks.ikeafoundation.org/fullchain.pem; # managed by Certbot |
|
|
# ssl_certificate /etc/letsencrypt/live/spotlinks.ikeafoundation.org/fullchain.pem; # managed by Certbot |
|
|
# ssl_certificate_key /etc/letsencrypt/live/spotlinks.ikeafoundation.org/privkey.pem; # managed by Certbot |
|
|
# ssl_certificate_key /etc/letsencrypt/live/spotlinks.ikeafoundation.org/privkey.pem; # managed by Certbot |
|
|
|
|
|
|
|
|
ssl_certificate /etc/letsencrypt/live/ikea-foundation-week-2025.onc.dk/fullchain.pem; # managed by Certbot |
|
|
|
|
|
ssl_certificate_key /etc/letsencrypt/live/ikea-foundation-week-2025.onc.dk/privkey.pem; # managed by Certbot |
|
|
|
|
|
|
|
|
ssl_certificate /etc/letsencrypt/live/completesentences.ikeafoundation.org/fullchain.pem; # managed by Certbot |
|
|
|
|
|
ssl_certificate_key /etc/letsencrypt/live/completesentences.ikeafoundation.org/privkey.pem; # managed by Certbot |
|
|
include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot |
|
|
include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot |
|
|
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot |
|
|
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot |
|
|
|
|
|
|
|
|
|