summaryrefslogtreecommitdiff
path: root/roles/apache_server/tasks
AgeCommit message (Collapse)AuthorFilesLines
2022-09-12apache_server: set default charset to utf8Lars Wirzenius1-0/+6
Sponsored-by: author
2022-02-15apache_server: allow redirecting a site to another siteLars Wirzenius1-0/+1
Sponsored-by: author
2019-10-02Change: allow setting Debian release from which certbot is installedLars Wirzenius1-1/+1
2019-05-19Fix: add newline to end of /etc/cron.d/deploy_static_site_certsLars Wirzenius1-1/+2
2019-02-25Change: use apt with list of packages, intead of loopingLars Wirzenius1-2/+1
2019-01-24Change: add cron job to run deploy_static_site_certsLars Wirzenius1-0/+10
2018-07-30Fix: well-known dir for certbotLars Wirzenius1-1/+1
2018-07-03Change: let user group Let's Encrypt certsLars Wirzenius1-30/+38
2018-06-19Change: support static website aliases for letsenryptLars Wirzenius1-4/+5
2018-05-22Fix: enable apache ssl module only after configsLars Wirzenius1-8/+8
2018-05-18Change: allow .well-known dir be outside webrootLars Wirzenius1-2/+4
2018-05-18Fix: don't run things that require letencrypt vars, unlss desiredLars Wirzenius1-0/+3
2018-05-12Add: support optional Let's Encrypt TLS certs for static web sitesLars Wirzenius1-4/+43
2018-02-14Change: optionally install a per-site htpasswd fileLars Wirzenius1-1/+12
Also, configure the Apache vhost to use the file if installed.
2017-04-24Rename roles to be more specificLars Wirzenius1-0/+38
Suggested by Ivan Dolgov.