mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-10 10:38:45 +00:00
10 lines
221 B
Caddyfile
10 lines
221 B
Caddyfile
caddy.local.cetacean.club {
|
|
tls internal
|
|
|
|
reverse_proxy http://anubis:3000 {
|
|
header_up X-Real-Ip {remote_host}
|
|
header_up X-Http-Version {http.request.proto}
|
|
header_up X-Tls-Version {http.request.tls.version}
|
|
}
|
|
}
|