Speed-Test icon indicating copy to clipboard operation
Speed-Test copied to clipboard

caddy config

Open bt90 opened this issue 3 years ago • 1 comments

Do you have a working configuration for caddy?

Currently testing with this one:

    reverse_proxy openspeedtest:3000 {
        flush_interval -1
    }

bt90 avatar Oct 20 '22 05:10 bt90

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
        }
}

openspeedtest avatar Oct 20 '22 07:10 openspeedtest

@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
        }

openspeedtest avatar Jan 26 '23 06:01 openspeedtest