+plecianki.pl
This commit is contained in:
parent
7ac1172715
commit
946b00599c
|
|
@ -1,6 +1,8 @@
|
|||
def domainsToCert = [
|
||||
|
||||
[ false, 'kopama.com.pl', 'www'],
|
||||
[ false, 'plecianki.pl'],
|
||||
|
||||
[ false, 'bodypainter.eu', "www", "mail", "stat"],
|
||||
[ false, 'themself.eu', "www", "mail", "stat", "massage", "driving", "kopama" ],
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue