1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

ext/curl: format Caddyfile

This commit is contained in:
Ayesh Karunaratne
2025-05-29 01:45:55 +05:30
parent 279983dc8d
commit 8e46d9a03a

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 {