mirror of
https://github.com/caddyserver/caddy.git
synced 2025-09-29 15:31:06 -04:00
13 lines
232 B
Plaintext
13 lines
232 B
Plaintext
(site) {
|
|
http://{args[0]} https://{args[0]} {
|
|
{block}
|
|
}
|
|
}
|
|
import site test.domain {
|
|
{
|
|
header_up Host {host}
|
|
header_up X-Real-IP {remote_host}
|
|
}
|
|
}
|
|
----------
|
|
anonymous blocks are not supported |