Files
cas_cloud_admin/Caddyfile

18 lines
242 B
Caddyfile
Raw Normal View History

2023-06-09 17:30:58 +08:00
#{
# http_port 4163
# https_port 4173
#}
:4173 {
handle_path /api/* {
2023-07-03 17:32:08 +08:00
reverse_proxy http://101.34.131.16:1618
2023-06-09 17:30:58 +08:00
}
handle {
root * "/Volumes/iMac Doc/WebstormProjects/cas_cloud_admin/dist"
file_server
try_files {path} /
}
}
2023-06-19 17:25:29 +08:00