Skip to content
Snippets Groups Projects
Commit d877f413 authored by Recolic Keghart's avatar Recolic Keghart
Browse files

Update README.md

parent af25c696
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ docker exec -ti rweb /bin/bash
**acme.sh and nginx**: Add nginx-reload to crontab to refresh certificate.
```
2 0 * * * "/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh" > /dev/null
2 0 * * * /srv/conf/acme-sh/acme.sh --cron --home "/srv/conf/acme-sh" > /dev/null
# nginx reload certificate once a month, at 6 AM UTC+8, means 22:00 UTC.
0 22 1 * * systemctl restart nginx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment