nginx-proxy / acme-companion

Automated ACME SSL certificate generation for nginx-proxy
MIT License
7.39k stars 822 forks source link

feat: disable automatic ACME HTTP challenge location configuration #1123

Closed buchdag closed 4 months ago

buchdag commented 4 months ago

This PR disable the automatic handling of ACME HTTP challenge location by default, and provides a way to re-enable it with the new ACME_HTTP_CHALLENGE_LOCATION environment variable.

This is done because nginx-proxy will now handle the ACME HTTP challenge location by itself unless told otherwise, which will be less fragile than letting acme-companion fiddle with location files.

Fixes #1091

Ping @pini-gh

buchdag commented 4 months ago

https://github.com/nginx-proxy/nginx-proxy/pull/2473 must be merged first, and the last commit removed.