summaryrefslogtreecommitdiff
path: root/roles/gitolite/http/templates/nginx-vhost.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/gitolite/http/templates/nginx-vhost.conf.j2')
-rw-r--r--roles/gitolite/http/templates/nginx-vhost.conf.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/gitolite/http/templates/nginx-vhost.conf.j2 b/roles/gitolite/http/templates/nginx-vhost.conf.j2
index 3386d956..f656d48f 100644
--- a/roles/gitolite/http/templates/nginx-vhost.conf.j2
+++ b/roles/gitolite/http/templates/nginx-vhost.conf.j2
@@ -6,7 +6,7 @@
access_log /var/log/nginx/git-{{ gitolite_instance }}_access.log;
error_log /var/log/nginx/git-{{ gitolite_instance }}_error.log;
- include snippets/acmetool.conf;
+ include snippets/{{ acme_client }}.conf;
location / {
return 301 https://$host$request_uri;
@@ -21,7 +21,7 @@ server {
access_log /var/log/nginx/git-{{ gitolite_instance }}_access.log;
error_log /var/log/nginx/git-{{ gitolite_instance }}_error.log;
- include snippets/acmetool.conf;
+ include snippets/{{ acme_client }}.conf;
include snippets/tls.conf;
ssl_certificate {{ x509_certificate_path_fullchain }};
ssl_certificate_key {{ x509_certificate_path_key }};