mirror of
https://github.com/caddyserver/caddy.git
synced 2025-10-19 15:53:17 +00:00
13 lines
No EOL
232 B
Text
13 lines
No EOL
232 B
Text
(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 |