+plecianki.pl

This commit is contained in:
Artur Kuś 2025-09-08 13:41:02 +02:00
parent 7ac1172715
commit 946b00599c
2 changed files with 15 additions and 0 deletions

View File

@ -1,6 +1,8 @@
def domainsToCert = [ def domainsToCert = [
[ false, 'kopama.com.pl', 'www'], [ false, 'kopama.com.pl', 'www'],
[ false, 'plecianki.pl'],
[ false, 'bodypainter.eu', "www", "mail", "stat"], [ false, 'bodypainter.eu', "www", "mail", "stat"],
[ false, 'themself.eu', "www", "mail", "stat", "massage", "driving", "kopama" ], [ false, 'themself.eu', "www", "mail", "stat", "massage", "driving", "kopama" ],

View File

@ -0,0 +1,13 @@
server {
listen 80;
listen 443 ssl;
server_name plecianki.pl;
server_tokens off;
ssl_certificate /letsencrypt/live/plecianki.pl/fullchain.pem;
ssl_certificate_key /letsencrypt/live/plecianki.pl/privkey.pem;
return 301 https://www.facebook.com;
}