Add initial files

This commit is contained in:
Michał Gdula 2023-05-03 17:08:41 +03:00
parent 86c5853832
commit 0d28b50944
3 changed files with 32 additions and 1 deletions

8
Caddy/Caddyfile Normal file
View 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
}