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