GameExpo23/Caddy/Caddyfile
Michał Gdula a4ebfa8552 Fuck so much to comment on
Renamed the folders and containers to something more reasonable
Using .env file for secretes so I can better hide them from git
Mostly it, I think
2023-06-09 22:27:30 +03:00

9 lines
142 B
Caddyfile

{$THE_FRONT_ROOMS_DOMAIN} {
reverse_proxy tfr:8000
encode gzip
}
{$GAME_EXPO_DOMAIN} {
reverse_proxy expo:5000
encode gzip
}