initial commit
This commit is contained in:
commit
d40b69f1f9
58 changed files with 7919 additions and 0 deletions
9
Caddyfile
Normal file
9
Caddyfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
http://localhost:8000 {
|
||||
handle /api/v1/* {
|
||||
reverse_proxy http://localhost:8088
|
||||
}
|
||||
|
||||
handle {
|
||||
reverse_proxy http://localhost:5173
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue