1. add systemd units deployment recipie; 2. add certbot periodic task; 3. update nginx_config.py to user ssl_preread_server_name instead of protocol, since it seems to be broken;
10 lines
124 B
SYSTEMD
10 lines
124 B
SYSTEMD
[Unit]
|
|
Description=fxreader.online-certbot-timer
|
|
|
|
[Timer]
|
|
OnUnitActiveSec=1d
|
|
OnBootSec=1m
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|