diff --git a/reference/html/index.html b/reference/html/index.html index 02c0341c..6de5613b 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -1329,7 +1329,7 @@ and have it applied to all routes.
For a request path of /foo/bar, this will set the path to /bar before making the downstream request. Notice the $\ which is replaced with $ because of the YAML spec.
For a request path of /foo/bar, this will set the path to /bar before making the downstream request. Notice the $ Should be replaced with $\ because of the YAML spec.
forward: prefixed URL, the targe
gateway:
routes:
- id: request_size_route
- uri: http://localhost:8080/upload
- predicates:
- - Path=/upload
- filters:
- - name: RequestSize
- args:
- maxSize: 5000000
+ uri: http://localhost:8080/upload
+ predicates:
+ - Path=/upload
+ filters:
+ - name: RequestSize
+ args:
+ maxSize: 5000000
For a request path of /foo/bar, this will set the path to /bar before making the downstream request. Notice the $\ which is replaced with $ because of the YAML spec.
For a request path of /foo/bar, this will set the path to /bar before making the downstream request. Notice the $ Should be replaced with $\ because of the YAML spec.
forward: prefixed URL, the targe
gateway:
routes:
- id: request_size_route
- uri: http://localhost:8080/upload
- predicates:
- - Path=/upload
- filters:
- - name: RequestSize
- args:
- maxSize: 5000000
+ uri: http://localhost:8080/upload
+ predicates:
+ - Path=/upload
+ filters:
+ - name: RequestSize
+ args:
+ maxSize: 5000000