Aucune description

certbot.conf 372B

123456789
  1. {% import 'globals.jinja' as globals %}
  2. location /.well-known/ {
  3. # The trailing '/.well-known/' is important as it causes nginx to send the
  4. # cleaned URI through to the destination service (double slashes
  5. # removed, etc.).
  6. proxy_pass http://{{ globals.certbot_proxy_ip_address }}/.well-known/;
  7. proxy_set_header Host {{ globals.certbot_proxy_host }};
  8. }