File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -255,11 +255,11 @@ http {
255
255
256
256
In the above example:
257
257
258
- - ` 9000: /with-filter` : Inherits its execution chain from its parent block:
258
+ - ` :9000 /with-filter` : Inherits its execution chain from its parent block:
259
259
` server{} ` . Runs ` my_server_filter ` .
260
- - ` 9000: /no-filter` : Overrides its execution chain. Runs ` check_something ` and
260
+ - ` :9000 /no-filter` : Overrides its execution chain. Runs ` check_something ` and
261
261
` check_something_else ` in their respective phases.
262
- - ` 9001: /with-filter` : Inherits its execution chain from its grandparent block:
262
+ - ` :9001 /with-filter` : Inherits its execution chain from its grandparent block:
263
263
` http{} ` . Runs ` my_global_filter ` .
264
264
265
265
You may also consult another description of the execution chain through the
You can’t perform that action at this time.
0 commit comments