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

Add support for disabling HTTP2 #50

Closed
tobbbles opened this issue Mar 17, 2017 · 1 comment
Closed

Add support for disabling HTTP2 #50

tobbbles opened this issue Mar 17, 2017 · 1 comment

Comments

@tobbbles
Copy link

This is required for serving WebSocket secure. See https://caddyserver.com/docs/cli#http2.

@tobbbles tobbbles changed the title Add support for disabling HTTP Add support for disabling HTTP2 Mar 17, 2017
@abiosoft
Copy link
Owner

abiosoft commented Mar 17, 2017

You can override with flags by passing flags to the container.
The default flags for the container are --conf /etc/Caddyfile --log stdout.

docker run -it abiosoft/caddy --log stdout --conf /etc/Caddyfile --http2=false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants