Files

18 lines
238 B
Caddyfile
Raw Permalink Normal View History

2023-06-09 17:30:58 +08:00
#{
# http_port 4163
# https_port 4173
#}
:4173 {
2023-08-04 17:27:34 +08:00
handle /api/* {
reverse_proxy http://101.34.251.155
2023-06-09 17:30:58 +08:00
}
handle {
2023-08-04 17:27:34 +08:00
root * "/Volumes/iMac Doc/WebstormProjects/cas_cloud_admin_i18n/dist"
2023-06-09 17:30:58 +08:00
file_server
try_files {path} /
}
}
2023-06-19 17:25:29 +08:00