This commit is contained in:
2023-04-27 16:01:54 +08:00
parent 8e6ecdd677
commit 5fecd74d59
49 changed files with 4654 additions and 856 deletions

10
Caddyfile Normal file
View File

@ -0,0 +1,10 @@
:4173 {
handle_path /prod-api/* {
reverse_proxy 192.168.1.201:1616
}
handle {
root * /Users/ailanyin/WebstormProjects/qiaoba-ui/dist
file_server
try_files {path} /
}
}