We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79495aa commit b13263fCopy full SHA for b13263f
1 file changed
caddy/Caddyfile
@@ -1,8 +1,11 @@
1
:80, :443 {
2
3
# PostgREST
4
- @postgrest path /api/* /rpc/*
5
- handle @postgrest {
+ handle /rpc/* {
+ reverse_proxy http://postgrest:3000
6
+ }
7
+
8
+ handle_path /api/* {
9
reverse_proxy http://postgrest:3000
10
}
11
0 commit comments