working changes

This commit is contained in:
Enstrayed
2024-04-09 15:02:16 -07:00
parent 98de002e14
commit 3b96e07d13
8 changed files with 317 additions and 102 deletions

21
Caddyfile Normal file
View File

@@ -0,0 +1,21 @@
:8082 {
reverse_proxy localhost:8081
}
:8083 {
@staticpaths {
path /
path /_static*
path /favicon.ico
}
handle @staticpaths {
root ./etydFrontend
file_server
}
handle /* {
rewrite * /etyd{uri}
reverse_proxy localhost:8081
}
}