mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-14 14:22:16 +00:00
8 lines
171 B
Caddyfile
8 lines
171 B
Caddyfile
{$THE_FRONT_ROOMS_DOMAIN}
|
|
|
|
reverse_proxy tfr:8000 {
|
|
header_up X-Forwarded-For {http.request.remote.addr}
|
|
header_up X-Real-IP {http.request.remote.addr}
|
|
}
|
|
|
|
encode gzip
|