Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: disable automatic ACME HTTP challenge location configuration #1123

Merged
merged 2 commits into from
Jun 6, 2024

Conversation

buchdag
Copy link
Member

@buchdag buchdag commented Jun 5, 2024

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
Copy link
Member Author

buchdag commented Jun 5, 2024

nginx-proxy/nginx-proxy#2473 must be merged first, and the last commit removed.

@buchdag buchdag force-pushed the disable-location-config-2 branch from 31bb4dd to 28bdc6b Compare June 6, 2024 06:33
@buchdag buchdag marked this pull request as ready for review June 6, 2024 06:37
@buchdag buchdag merged commit e021800 into main Jun 6, 2024
36 checks passed
@buchdag buchdag deleted the disable-location-config-2 branch June 6, 2024 06:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feat PR for a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Redondant config
2 participants