mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-07-09 06:56:20 +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
|
|
}
|