diff options
Diffstat (limited to 'roles/web/templates/sites/liwt.cgit.conf.j2')
-rw-r--r-- | roles/web/templates/sites/liwt.cgit.conf.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/web/templates/sites/liwt.cgit.conf.j2 b/roles/web/templates/sites/liwt.cgit.conf.j2 index 50f61db..1fe4d00 100644 --- a/roles/web/templates/sites/liwt.cgit.conf.j2 +++ b/roles/web/templates/sites/liwt.cgit.conf.j2 @@ -20,8 +20,8 @@ server { server_name git.{{ domain }}; # SSL/TLS Certificate kindly provided by Let's Encrypt - ssl_certificate /usr/local/etc/ssl/acme/{{ domain }}/fullchain.pem; - ssl_certificate_key /usr/local/etc/ssl/acme/private/{{ domain }}.pem; + ssl_certificate {{ web.ssl_root }}/{{ domain }}/fullchain; + ssl_certificate_key {{ web.ssl_root }}/{{ domain }}/key; # Projects (git repositories) location root /usr/local/www/cgit; |