diff --git a/README.md b/README.md index d3c58bc931a709c9b5a344050fc205d34233c1ef..dd0dd0c41481e6233f8d0e0cb5f684513717b2e8 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ Copy the sample configuration file in `./config/sample/sample-production.engine- First update the main configuration, such as your database connection and the default port. Also set the correct IP and port in `gunicorn.conf.py` file. -> You might alos need to 'open' the chosen port in your `iptables` (Default is 8008) +> You might also need to 'open' the chosen port in your `iptables` (Default is 8008) ```shell iptables -A INPUT -p tcp -m state --state NEW -m tcp --dport 8008 -j ACCEPT