removing www
This commit is contained in:
parent
49521392e2
commit
c2503549cc
|
|
@ -5,14 +5,14 @@ def email = env.LETSENCRYPT_EMAIL ?: 'kusartur@gmail.com'
|
|||
def workDir = "/_sd_/_programs_/proxy-nginx/deploy-this/lets-encrypt"
|
||||
|
||||
def domainsToCert = [
|
||||
[ false, 'plecianki.pl', 'www'],
|
||||
[ false, 'kopama.com.pl', 'www'],
|
||||
[ false, 'kopana.com.pl', 'www'],
|
||||
[ false, 'bodypainter.eu', "www"],
|
||||
[ false, 'themself.eu', "www","massage" ],
|
||||
[ false, 'plecianki.pl'],
|
||||
[ false, 'kopama.com.pl'],
|
||||
[ false, 'kopana.com.pl'],
|
||||
[ false, 'bodypainter.eu'],
|
||||
[ false, 'themself.eu', "massage" ],
|
||||
[ false, "artiks.tk" ],
|
||||
[ false, "arti24.eu", "www", "api", "angular", "plecianki", "git" ],
|
||||
[ false, "katb.pl", "www"],
|
||||
[ false, "arti24.eu", "api", "angular", "plecianki", "git" ],
|
||||
[ false, "katb.pl"],
|
||||
[ false, "kursy.kopama.pl"],
|
||||
[ false, "statistics.kopama.pl"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue