18 lines
235 B
Caddyfile
18 lines
235 B
Caddyfile
#{
|
|
# http_port 4163
|
|
# https_port 4173
|
|
#}
|
|
|
|
:4173 {
|
|
handle_path /api/* {
|
|
reverse_proxy 192.168.0.201:1618
|
|
}
|
|
handle {
|
|
root * "/Volumes/iMac Doc/WebstormProjects/cas_cloud_admin/dist"
|
|
file_server
|
|
try_files {path} /
|
|
}
|
|
}
|
|
|
|
|