Speed-Test
Speed-Test copied to clipboard
caddy config
Do you have a working configuration for caddy?
Currently testing with this one:
reverse_proxy openspeedtest:3000 {
flush_interval -1
}
I never used caddy. check https://github.com/openspeedtest/Speed-Test/issues/4#issuecomment-1229157193
speed.example.com {
reverse_proxy http://localhost:8086 {
buffer_requests
max_buffer_size 50MiB
}
}
@bt90 Check https://github.com/openspeedtest/Speed-Test/issues/67 Also we need to addd buffer_responses
reverse_proxy http://localhost:3000 {
buffer_requests
buffer_responses
flush_interval -1
max_buffer_size 35MiB
}