You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/04/08 09:07:46 UTC

[GitHub] [apisix-website] SkyeYoung commented on a diff in pull request #1011: docs: fix typos in recent blogs

SkyeYoung commented on code in PR #1011:
URL: https://github.com/apache/apisix-website/pull/1011#discussion_r845902631


##########
website/blog/2022/03/04/apisix-uses-coredns-enable-service-discovery.md:
##########
@@ -124,9 +124,9 @@ CoreDNS listens on port `53` by default, and will read the `Corefile` configurat
 
 `Corefile` mainly implements functions by configuring plugins, so we need to configure three plugins:
 
-- `hosts`: You can use this parameter to bind the service name and IP address. fallthrough means that when the current plugin cannot return normal data, the request can be forwarded to the next plugin for processing (if it exists).
-- `forward`: Indicates to proxy the request to the specified address, usually the authoritative DNS server address.
-- `log`: Don't configure any parameters to print log information to the console interface for debugging.
+- `hosts`:  You can use this parameter to bind the service name and IP address. fallthrough means that when the current plugin cannot return normal data, the request can be forwarded to the next plugin for processing (if it exists).
+- `forward`:  Indicates to proxy the request to the specified address, usually the authoritative DNS server address.
+- `log`:  Don't configure any parameters to print log information to the console interface for debugging.

Review Comment:
   ```suggestion
   - `log`: Don't configure any parameters to print log information to the console interface for debugging.
   ```



##########
website/blog/2022/03/04/apisix-uses-coredns-enable-service-discovery.md:
##########
@@ -124,9 +124,9 @@ CoreDNS listens on port `53` by default, and will read the `Corefile` configurat
 
 `Corefile` mainly implements functions by configuring plugins, so we need to configure three plugins:
 
-- `hosts`: You can use this parameter to bind the service name and IP address. fallthrough means that when the current plugin cannot return normal data, the request can be forwarded to the next plugin for processing (if it exists).
-- `forward`: Indicates to proxy the request to the specified address, usually the authoritative DNS server address.
-- `log`: Don't configure any parameters to print log information to the console interface for debugging.
+- `hosts`:  You can use this parameter to bind the service name and IP address. fallthrough means that when the current plugin cannot return normal data, the request can be forwarded to the next plugin for processing (if it exists).
+- `forward`:  Indicates to proxy the request to the specified address, usually the authoritative DNS server address.

Review Comment:
   ```suggestion
   - `forward`: Indicates to proxy the request to the specified address, usually the authoritative DNS server address.
   ```



##########
website/blog/2022/03/04/apisix-uses-coredns-enable-service-discovery.md:
##########
@@ -124,9 +124,9 @@ CoreDNS listens on port `53` by default, and will read the `Corefile` configurat
 
 `Corefile` mainly implements functions by configuring plugins, so we need to configure three plugins:
 
-- `hosts`: You can use this parameter to bind the service name and IP address. fallthrough means that when the current plugin cannot return normal data, the request can be forwarded to the next plugin for processing (if it exists).
-- `forward`: Indicates to proxy the request to the specified address, usually the authoritative DNS server address.
-- `log`: Don't configure any parameters to print log information to the console interface for debugging.
+- `hosts`:  You can use this parameter to bind the service name and IP address. fallthrough means that when the current plugin cannot return normal data, the request can be forwarded to the next plugin for processing (if it exists).

Review Comment:
   ```suggestion
   - `hosts`: You can use this parameter to bind the service name and IP address. Fallthrough means that when the current plugin cannot return normal data, the request can be forwarded to the next plugin for processing (if it exists).
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org