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

caddy config #44

Closed
bt90 opened this issue Oct 20, 2022 · 2 comments
Closed

caddy config #44

bt90 opened this issue Oct 20, 2022 · 2 comments
Labels
question Further information is requested

Comments

@bt90
Copy link

bt90 commented Oct 20, 2022

Do you have a working configuration for caddy?

Currently testing with this one:

    reverse_proxy openspeedtest:3000 {
        flush_interval -1
    }
@openspeedtest
Copy link
Owner

I never used caddy. check #4 (comment)

speed.example.com {

        reverse_proxy http://localhost:8086 {
                buffer_requests
                max_buffer_size 50MiB
        }
}

@openspeedtest openspeedtest added the question Further information is requested label Jan 21, 2023
@openspeedtest
Copy link
Owner

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

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

No branches or pull requests

2 participants