add ipv6 to nginx

This commit is contained in:
2024-06-06 20:39:13 -04:00
parent 450ae4afa6
commit 7bfd3331e3
11 changed files with 83 additions and 12 deletions

View File

@@ -0,0 +1,6 @@
[Unit]
Description=Certbot Renewal
[Service]
Type=oneshot
ExecStart=/usr/bin/certbot renew

View File

@@ -0,0 +1,9 @@
[Unit]
Description=Timer for Certbot Renewal
[Timer]
OnBootSec=300
OnUnitActiveSec=1w
[Install]
WantedBy=multi-user.target