diff options
author | Romain Porte <microjoe@microjoe.org> | 2020-05-08 20:35:45 +0200 |
---|---|---|
committer | Romain Porte <microjoe@microjoe.org> | 2020-05-08 20:35:45 +0200 |
commit | 19ca32276d0c9c1515d5ddbe152faa9257eec3e0 (patch) | |
tree | 3a07ea81f0ca8172d3471110bfeab684bf9780ff /templates/nginx.j2 | |
parent | ed872e8676c691e4d68d3aa0f9c22706990ff59f (diff) | |
download | MicroJoe.ttrss-19ca32276d0c9c1515d5ddbe152faa9257eec3e0.tar.gz MicroJoe.ttrss-19ca32276d0c9c1515d5ddbe152faa9257eec3e0.zip |
rename letsencrypt_wellknown -> nginx_certbot_webroot
Diffstat (limited to 'templates/nginx.j2')
-rw-r--r-- | templates/nginx.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/nginx.j2 b/templates/nginx.j2 index b23a7c7..b8bacba 100644 --- a/templates/nginx.j2 +++ b/templates/nginx.j2 @@ -8,7 +8,7 @@ server { {% if letsencrypt_activate %} location ^~ /.well-known/acme-challenge { - root {{ letsencrypt_wellknown }}; + root {{ nginx_certbot_webroot }}; } {% if letsencrypt_https %} |