mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-22 19:14:53 +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
|
|
}
|