mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-28 05:43:11 +00:00
Add initial files
This commit is contained in:
parent
86c5853832
commit
0d28b50944
3 changed files with 32 additions and 1 deletions
8
Caddy/Caddyfile
Normal file
8
Caddy/Caddyfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Expo Website
|
||||
:5000 {
|
||||
reverse_proxy 127.0.0.1:5000
|
||||
}
|
||||
# Highscore Server
|
||||
:6000 {
|
||||
reverse_proxy 127.0.0.1:6000
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue