caddyserver / website

The Caddy website
156 stars 153 forks source link

Typo/error in Caddyfile Tutorial #423

Closed ethereal-engineer closed 1 month ago

ethereal-engineer commented 1 month ago

I am going through the tutorial and docs right now, so will report any inconsistencies or such as I go, as a help.

Either the file server will write a static file, or the reverse proxy will proxy the request to a backend.

Pretty sure you wanted to say read, or serve. Because write doesn't make sense in this context.

ethereal-engineer commented 1 month ago

This is under Matchers, btw.

mholt commented 1 month ago

Oh, I think it's referring to writing a static file to the response. We could clarify this.

francislavoie commented 1 month ago

Cleaned it up: 58527b688a9527f2accdb46738de9ac313551666, thanks!