mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
ext/curl: format Caddyfile
This commit is contained in:
parent
279983dc8d
commit
8e46d9a03a
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ respond /serverpush/pushed "pushed response"
|
||||||
push /serverpush /serverpush/pushed
|
push /serverpush /serverpush/pushed
|
||||||
|
|
||||||
route /show_upload_size {
|
route /show_upload_size {
|
||||||
templates
|
templates
|
||||||
respond `Content-length: ={{.Req.Header.Get "Content-length"}}=`
|
respond `Content-length: ={{.Req.Header.Get "Content-length"}}=`
|
||||||
}
|
}
|
||||||
|
|
||||||
basic_auth /http-basic-auth {
|
basic_auth /http-basic-auth {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue