Files
2023-08-04 17:27:34 +08:00

18 lines
238 B
Caddyfile

#{
# http_port 4163
# https_port 4173
#}
:4173 {
handle /api/* {
reverse_proxy http://101.34.251.155
}
handle {
root * "/Volumes/iMac Doc/WebstormProjects/cas_cloud_admin_i18n/dist"
file_server
try_files {path} /
}
}