We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b13263f commit d0f9741Copy full SHA for d0f9741
caddy/Caddyfile
@@ -1,16 +1,15 @@
1
-:80, :443 {
+:80, :443
2
3
- # PostgREST
4
- handle /rpc/* {
5
- reverse_proxy http://postgrest:3000
6
- }
+# PostgREST
+handle /rpc/* {
+ reverse_proxy http://postgrest:3000
+}
7
8
- handle_path /api/* {
9
10
+handle_path /api/* {
11
12
- # Swagger UI
13
- handle_path /openapi/* {
14
- reverse_proxy swagger-ui:8080
15
+# Swagger UI
+handle_path /openapi/* {
+ reverse_proxy swagger-ui:8080
16
}
0 commit comments