add caddyfile for local testing
This commit is contained in:
parent
b80e3fe4f0
commit
a85f856284
1 changed files with 10 additions and 0 deletions
10
dev.Caddyfile
Executable file
10
dev.Caddyfile
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
localhost {
|
||||
@api path /api/* /auth/*
|
||||
handle @api {
|
||||
reverse_proxy @api host.docker.internal:8000
|
||||
}
|
||||
|
||||
handle {
|
||||
reverse_proxy * host.docker.internal:4321
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue