mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-07-01 11:46:16 +00:00
9 lines
137 B
Caddyfile
9 lines
137 B
Caddyfile
{$DOMAIN_HIGHSCORE} {
|
|
reverse_proxy highscore:8000
|
|
encode gzip
|
|
}
|
|
|
|
{$DOMAIN_EXPO} {
|
|
reverse_proxy expo:5000
|
|
encode gzip
|
|
}
|