Matt Holt

Results 1992 comments of Matt Holt

I don't remember for sure, but I think I used 302 because 307 didn't exist when I first wrote Caddy, or at least wasn't really standardized/recognized yet. I don't remember...

So basically you want the above config to use a wildcard cert, just without: ``` *.example.com { } ``` ? 🤔

Thanks for opening an issue! We'll look into this. It's not immediately clear to me what is going on, so I'll need your help to understand it better. Ideally, we...

Thanks, but those are still not the full logs. It is part of the stack trace but I can't know what or where the error is without all the logs....

You can use grep or other tools -- even a text editor if you have enough RAM -- to isolate the relevant logs.

Looking into it. Seems to be an edge case on Windows specifically. (I don't have Windows, but @WeidiDeng offered to test.)

Okay, very interesting. Thanks for the discussion here and on Slack too. @afengsoft Does doing Weidi's 3 suggestions fix it for you? I'm actually curious if the first 1 or...

@afengsoft What questions do you have? Maybe @WeidiDeng and I can help clear it up.

Something like: ``` reverse_proxy 127.0.0.1:8080 { header_up Host {host} header_up X-Real-IP {remote_host} transport http { dial_timeout 5s response_header_timeout 60s read_buffer 128k write_buffer 128k keepalive_idle_conns_per_host 128 #

Just to clarify, it crashes and has half the performance with only ONE of the new options? (You might also consider starting with a blank slate, and adding just one...