Skip to content

Commit

Permalink
Merge pull request #275 from chobits/for_pull_request
Browse files Browse the repository at this point in the history
updated README.md: the resolver directive can also be configured in s…
  • Loading branch information
chobits committed Jun 19, 2023
2 parents 87f7e50 + 45ad803 commit a644fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -83,7 +83,7 @@ server {
}
```

* The `resolver` directive MUST be configured globally in `http {}` block.
* The `resolver` directive MUST be configured globally in `server {}` block (or `http {}` block).
* Any `location {}` block, `upstream {}` block and any other standard backend/upstream directives, such as `proxy_pass`, do not impact the functionality of this module. (The proxy_connect module only executes the logic for requests that use the CONNECT method and that have a data flow under this tunnel.)
* If you dont want to handle non-CONNECT requests, you can modify `location {}` block as following:
```
Expand Down

0 comments on commit a644fc8

Please sign in to comment.