Skip to content

Commit

Permalink
update config example
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaninda committed Nov 15, 2024
1 parent 59aae30 commit 5a6c30e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/goma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ gateway:
Access-Control-Max-Age: 1728000
##### Apply middlewares to the route
## The name must be unique
## List of middlewares name
## List of middleware name
middlewares:
- api-forbidden-paths
# Example of a route | 2
Expand All @@ -103,7 +103,7 @@ gateway:
- api-forbidden-paths
- basic-auth
#Defines proxy middlewares
# middlewares name must be unique
# middleware name must be unique
middlewares:
# Enable Basic auth authorization based
- name: basic-auth
Expand Down

0 comments on commit 5a6c30e

Please sign in to comment.