We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Title: automatic https like Caddy
Description:
Could envoy also implement something like this Caddy config:
x.com, www.x.com { root /home/web/x/public proxy / 127.0.0.1:8888 { header_upstream Host {host} header_upstream X-Real-IP {remote} header_upstream X-Forwarded-For {remote} header_upstream X-Forwarded-Proto {scheme} } }
in Caddy, this would automatically fetch letsencrypt SSL/TLS certificates.
The text was updated successfully, but these errors were encountered:
I believe this is a duplicate of #96
Sorry, something went wrong.
ah right, i'll follow that issue instead..
No branches or pull requests
Title: automatic https like Caddy
Description:
in Caddy, this would automatically fetch letsencrypt SSL/TLS certificates.
The text was updated successfully, but these errors were encountered: