docker: add caddy setup for testing
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
localhost:64444 {
|
||||
tls internal
|
||||
|
||||
# Proxy /config path to proxy
|
||||
reverse_proxy /api/* https://127.0.0.1:3000 {
|
||||
transport http {
|
||||
tls
|
||||
tls_insecure_skip_verify
|
||||
}
|
||||
}
|
||||
|
||||
# Proxy root path to dev server
|
||||
reverse_proxy http://localhost:5173
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user