summaryrefslogtreecommitdiff
path: root/roles/apache_server/templates
AgeCommit message (Collapse)AuthorFilesLines
2019-09-29Change: don't terminate even if certbot failsLars Wirzenius1-1/+1
Need to restart apache back up again.
2018-07-03Change: stop Apache while running certbotLars Wirzenius1-0/+2
The certbot apache support is not currently working in Debian, so this is a workaround. Not ideal, but good enough for me.
2018-07-03Change: let user group Let's Encrypt certsLars Wirzenius2-18/+27
2018-06-19Change: support static website aliases for letsenryptLars Wirzenius1-11/+12
2018-05-30Fix: allow access via HTTP when no HTTPS is to be requiredLars Wirzenius1-0/+1
2018-05-18Change: allow .well-known dir be outside webrootLars Wirzenius2-7/+14
2018-05-12Add: support optional Let's Encrypt TLS certs for static web sitesLars Wirzenius2-0/+62
2018-02-14Change: optionally install a per-site htpasswd fileLars Wirzenius1-1/+8
Also, configure the Apache vhost to use the file if installed.
2017-11-15Add: allow overriding AuthConfig in .htaccessLars Wirzenius1-0/+1
2017-04-24Rename roles to be more specificLars Wirzenius1-0/+14
Suggested by Ivan Dolgov.