mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-28 13:53:12 +00:00
13 lines
No EOL
246 B
Caddyfile
13 lines
No EOL
246 B
Caddyfile
<!-- # Expo Website
|
|
expo.example.com {
|
|
reverse_proxy 127.0.0.1:5000
|
|
}
|
|
# Highscore Server
|
|
highscore.example.com {
|
|
reverse_proxy 127.0.0.1:6000
|
|
} -->
|
|
# Highscore Server
|
|
expo.leggy.dev:443 {
|
|
reverse_proxy localhost:5000
|
|
file_server
|
|
} |