2024-12-20 06:32:56 +03:00
|
|
|
{ ... }:
|
|
|
|
{
|
2024-12-18 09:40:11 +03:00
|
|
|
"paste.voronind.com" = {
|
|
|
|
extraConfig = ''
|
|
|
|
listen 443 ssl;
|
|
|
|
ssl_certificate /etc/letsencrypt/live/voronind.com/fullchain.pem;
|
|
|
|
ssl_certificate_key /etc/letsencrypt/live/voronind.com/privkey.pem;
|
|
|
|
include /etc/letsencrypt/conf/options-ssl-nginx.conf;
|
|
|
|
ssl_dhparam /etc/letsencrypt/conf/ssl-dhparams.pem;
|
|
|
|
'';
|
|
|
|
};
|
2024-12-02 21:12:45 +03:00
|
|
|
}
|