bugfix and performance improvements

This commit is contained in:
2023-07-27 17:31:39 +08:00
parent 2ba5ff9439
commit 5c50715a33
109 changed files with 1516 additions and 1154 deletions

10
Caddyfile Normal file
View File

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