Mattias Bodlund 5 days ago
parent
commit
36ac4aca23
1 changed files with 15 additions and 15 deletions
  1. +15
    -15
      config/nginx_savethetomato_org.conf

+ 15
- 15
config/nginx_savethetomato_org.conf View File

@ -16,21 +16,21 @@ server {
}
# https
server {
listen 443 ssl;
http2 on;
server_name savethetomato.org www.savethetomato.org savethistomato.org www.savethistomato.org;
ssl_certificate /etc/letsencrypt/live/savethetomato.org/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/savethetomato.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
location / {
return 301 https://savethetomato.ikeafoundation.org$request_uri;
}
}
# server {
# listen 443 ssl;
# http2 on;
#
# server_name savethetomato.org www.savethetomato.org savethistomato.org www.savethistomato.org;
#
# ssl_certificate /etc/letsencrypt/live/savethetomato.org/fullchain.pem; # managed by Certbot
# ssl_certificate_key /etc/letsencrypt/live/savethetomato.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
#
# location / {
# return 301 https://savethetomato.ikeafoundation.org$request_uri;
# }
# }

Loading…
Cancel
Save