Files
cas_cloud_web_i18n/Caddyfile

11 lines
186 B
Caddyfile
Raw Normal View History

2023-08-04 17:26:52 +08:00
:8006 {
handle /api/* {
reverse_proxy http://101.34.251.155
2023-07-27 17:31:39 +08:00
}
handle {
root * "/Volumes/iMac Doc/WebstormProjects/cas_cloud_web_i18n/dist"
file_server
try_files {path} /
}
}