11 lines
195 B
Caddyfile
11 lines
195 B
Caddyfile
: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} /
|
|
}
|
|
}
|