bug fix and performance improvements

This commit is contained in:
2023-07-20 11:47:32 +08:00
parent 0f582dec46
commit b2f3296717
14 changed files with 122 additions and 40 deletions

10
Caddyfile Normal file
View File

@ -0,0 +1,10 @@
:4173 {
handle_path /api/* {
reverse_proxy http://101.34.131.16:1618
}
handle {
root * "/Volumes/iMac Doc/WebstormProjects/cas_cloud_web/dist"
file_server
try_files {path} /
}
}