Files
cas_cloud_web/Caddyfile

11 lines
190 B
Caddyfile
Raw Normal View History

2023-07-20 11:47:32 +08:00
: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} /
}
}