mirror of
https://github.com/php/php-src.git
synced 2026-04-24 00:18:23 +02:00
47d478806a
Closes GH-10669
14 lines
232 B
Caddyfile
14 lines
232 B
Caddyfile
{
|
|
admin off
|
|
auto_https disable_redirects
|
|
}
|
|
|
|
localhost
|
|
|
|
respond / "Caddy is up and running"
|
|
|
|
# HTTP/2 Server Push
|
|
respond /serverpush "main response"
|
|
respond /serverpush/pushed "pushed response"
|
|
push /serverpush /serverpush/pushed
|