7 lines
154 B
Caddyfile
7 lines
154 B
Caddyfile
git.melosh.tech {
|
|
reverse_proxy https://pokerogue.net/ {
|
|
header_up Host {upstream_hostport}
|
|
header_up X-Real-IP {remote_host}
|
|
}
|
|
}
|