mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-14 14:22:16 +00:00
8 lines
120 B
Caddyfile
8 lines
120 B
Caddyfile
# Expo Website
|
|
:5000 {
|
|
reverse_proxy 127.0.0.1:5000
|
|
}
|
|
# Highscore Server
|
|
:6000 {
|
|
reverse_proxy 127.0.0.1:6000
|
|
}
|