ext/curl: format Caddyfile

This commit is contained in:
Ayesh Karunaratne 2025-05-29 01:45:55 +05:30
parent 279983dc8d
commit 8e46d9a03a
No known key found for this signature in database

View file

@ -13,8 +13,8 @@ respond /serverpush/pushed "pushed response"
push /serverpush /serverpush/pushed
route /show_upload_size {
templates
respond `Content-length: ={{.Req.Header.Get "Content-length"}}=`
templates
respond `Content-length: ={{.Req.Header.Get "Content-length"}}=`
}
basic_auth /http-basic-auth {