Files
cas_cloud_web_i18n/Caddyfile
2023-08-04 17:26:52 +08:00

11 lines
186 B
Caddyfile

:8006 {
handle /api/* {
reverse_proxy http://101.34.251.155
}
handle {
root * "/Volumes/iMac Doc/WebstormProjects/cas_cloud_web_i18n/dist"
file_server
try_files {path} /
}
}