xref: /php-src/ext/curl/tests/Caddyfile (revision 47d47880)
1{
2	admin off
3	auto_https disable_redirects
4}
5
6localhost
7
8respond / "Caddy is up and running"
9
10# HTTP/2 Server Push
11respond /serverpush "main response"
12respond /serverpush/pushed "pushed response"
13push /serverpush /serverpush/pushed
14