nitishfy commented on code in PR #11160:
URL: https://github.com/apache/apisix/pull/11160#discussion_r1568610788
##########
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.
Review Comment:
done!
--
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]