Files
cas_cloud_web_i18n/Caddyfile

11 lines
195 B
Caddyfile
Raw Normal View History

2023-07-27 17:31:39 +08:00
: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} /
}
}