mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-29 14:13:11 +00:00
Add highscores server
This commit is contained in:
parent
0d28b50944
commit
b6dc53dfaa
10 changed files with 192 additions and 6 deletions
|
@ -1,8 +1,13 @@
|
|||
# Expo Website
|
||||
:5000 {
|
||||
<!-- # Expo Website
|
||||
expo.example.com {
|
||||
reverse_proxy 127.0.0.1:5000
|
||||
}
|
||||
# Highscore Server
|
||||
:6000 {
|
||||
highscore.example.com {
|
||||
reverse_proxy 127.0.0.1:6000
|
||||
}
|
||||
} -->
|
||||
# Highscore Server
|
||||
expo.leggy.dev:443 {
|
||||
reverse_proxy localhost:5000
|
||||
file_server
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue