We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d3d38 commit ec013eaCopy full SHA for ec013ea
1 file changed
README.md
@@ -95,7 +95,7 @@ In addition of the automatic TLS functionality, Kamal Proxy can also dynamically
95
from any host allowed by an external API endpoint of your choice.
96
This avoids hard-coding hosts in the configuration, especially when you don't know the hosts at the startup.
97
98
- kamal-proxy deploy service1 --target web-1:3000 --host "" --tls --tls-on-demand-url=localhost:4567/check
+ kamal-proxy deploy service1 --target web-1:3000 --host "" --tls --tls-on-demand-url="http://localhost:4567/check"
99
100
The On-demand URL endpoint will have to answer a 200 HTTP status code.
101
Kamal Proxy will call the on-demand URL with a query string of `?host=` containing the host received by Kamal Proxy.
0 commit comments