nitishfy commented on code in PR #11160:
URL: https://github.com/apache/apisix/pull/11160#discussion_r1568603548
##########
docs/en/latest/installation-guide.md:
##########
@@ -271,9 +272,11 @@ You can configure your APISIX deployment in two ways:
apisix start -c <path to config file>
```
-APISIX will use the configurations added in this configuration file and will
fall back to the default configuration if anything is not configured.
+APISIX will use the configurations added in this configuration file and will
fall back to the default configuration if anything is not configured.
Generally, APISIX gets installed at `/usr/local/apisix/` directory, so your
configuration file will be present at `/usr/local/apisix/conf/` path.
+
+In case you get the Port binding logs when trying to run the APISIX server
using `apisix start` command, it is most likely that the ports are being used
by certain processes running on your machine. Try deleting the process using
the port or configure the default listening port to other available port on
your local machine.
-For example, to configure the default listening port to be `8000` without
changing other configurations, your configuration file could look like this:
+In order to configure the default listening port to be `8000` without changing
other configurations, your configuration file could look like this:
Review Comment:
If you read the sentence above it that mentions `configure the default
listening port to other available port on your local machine.`... this makes
sense. We're showing how do you perform the last step mentioned in the
documentation rather than giving you an example which IMO is vague at this
point.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]