ansible-roles/webapps/gitea/templates/letsencrypt.conf.j2
Mathieu Gauthier-Pilote 56abcb1778
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |4831|40|4791|48|:+1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/gitea/1//ansiblelint">Evolix » ansible-roles » gitea #1</a>
gitea/ansible-roles/pipeline/head This commit looks good
Now installs a LE SSL cert via certbot by default
2023-04-26 15:51:49 -04:00

6 lines
110 B
Django/Jinja

location ~ /.well-known/acme-challenge {
alias /var/lib/letsencrypt/;
try_files $uri =404;
allow all;
}