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
Do you have a working configuration for caddy?
Currently testing with this one:
reverse_proxy openspeedtest:3000 { flush_interval -1 }
The text was updated successfully, but these errors were encountered:
I never used caddy. check #4 (comment)
speed.example.com { reverse_proxy http://localhost:8086 { buffer_requests max_buffer_size 50MiB } }
Sorry, something went wrong.
@bt90 Check #67 Also we need to addd buffer_responses
reverse_proxy http://localhost:3000 { buffer_requests buffer_responses flush_interval -1 max_buffer_size 35MiB }
No branches or pull requests
Do you have a working configuration for caddy?
Currently testing with this one:
The text was updated successfully, but these errors were encountered: