Merge pull request #20 from jkaninda/refactor
docs: update deployment configuration example
This commit is contained in:
@@ -120,7 +120,7 @@ gateway:
|
|||||||
# Example of a route | 1
|
# Example of a route | 1
|
||||||
- name: Public
|
- name: Public
|
||||||
# host Domain/host based request routing
|
# host Domain/host based request routing
|
||||||
host: ""
|
host: "" # Host is optional
|
||||||
path: /public
|
path: /public
|
||||||
## Rewrite a request path
|
## Rewrite a request path
|
||||||
# e.g rewrite: /store to /
|
# e.g rewrite: /store to /
|
||||||
|
|||||||
2
goma.yml
2
goma.yml
@@ -41,7 +41,7 @@ gateway:
|
|||||||
# Example of a route | 1
|
# Example of a route | 1
|
||||||
- name: Public
|
- name: Public
|
||||||
# host Domain/host based request routing
|
# host Domain/host based request routing
|
||||||
host: ""
|
host: "" # Host is optional
|
||||||
path: /public
|
path: /public
|
||||||
## Rewrite a request path
|
## Rewrite a request path
|
||||||
# e.g rewrite: /store to /
|
# e.g rewrite: /store to /
|
||||||
|
|||||||
Reference in New Issue
Block a user