This commit is contained in:
Artur Kuś 2025-09-29 08:56:06 +02:00
parent bb7d977b2a
commit 0c62698e52
3 changed files with 3 additions and 3 deletions

View File

@ -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"],

View File

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

View File

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