diff --git a/roles/nginx/site/templates/site.conf.j2 b/roles/nginx/site/templates/site.conf.j2 index 39bf694..c159927 100644 --- a/roles/nginx/site/templates/site.conf.j2 +++ b/roles/nginx/site/templates/site.conf.j2 @@ -37,7 +37,7 @@ server { listen [::]:80; server_name {{ site }}; location /.well-known/acme-challenge/ { - proxy_pass https://noc02.home.foo.sh/.well-known/acme-challenge/; + proxy_pass https://certbot.home.foo.sh/.well-known/acme-challenge/; proxy_ssl_certificate {{ tls_certs }}/{{ inventory_hostname }}.crt; proxy_ssl_certificate_key {{ tls_private }}/{{ inventory_hostname }}.key; }