mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-06-20 15:20:36 +00:00
9 lines
142 B
Caddyfile
9 lines
142 B
Caddyfile
{$THE_FRONT_ROOMS_DOMAIN} {
|
|
reverse_proxy tfr:8000
|
|
encode gzip
|
|
}
|
|
|
|
{$GAME_EXPO_DOMAIN} {
|
|
reverse_proxy expo:5000
|
|
encode gzip
|
|
}
|