diff --git a/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile b/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile index 499b4f4..e70c792 100755 --- a/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile +++ b/deploy-this/lets-encrypt/lets-encrypt-create-cert.jenkinsfile @@ -5,7 +5,7 @@ def email = env.LETSENCRYPT_EMAIL ?: 'kusartur@gmail.com' def workDir = "/_sd_/_programs_/proxy-nginx/deploy-this/lets-encrypt" def domainsToCert = [ - [ false, 'plecianki.pl'], + [ false, 'plecianki.pl', 'www'], [ false, 'kopama.com.pl', 'www'], [ false, 'kopana.com.pl', 'www'], [ false, 'bodypainter.eu', "www", "mail", "stat"], diff --git a/nginx-config/https/bodypainter-eu.conf b/nginx-config/https/bodypainter-eu.conf index bdd7cfd..0d52fcc 100755 --- a/nginx-config/https/bodypainter-eu.conf +++ b/nginx-config/https/bodypainter-eu.conf @@ -27,7 +27,7 @@ server { server { listen 443 ssl; - server_name bodypainter.eu; + server_name bodypainter.eu www.bodypainter.eu; server_tokens off; ssl_protocols TLSv1.2 TLSv1.3; diff --git a/nginx-config/https/kopama-com.pl.conf b/nginx-config/https/kopama-com.pl.conf index 16bb2f0..6e24b13 100644 --- a/nginx-config/https/kopama-com.pl.conf +++ b/nginx-config/https/kopama-com.pl.conf @@ -1,7 +1,7 @@ server { listen 443 ssl; - server_name kopama.com.pl; + server_name kopama.com.pl www.kopama.com.pl; server_tokens off;