Skip to content
Snippets Groups Projects
Commit 280a9beb authored by David Trattnig's avatar David Trattnig
Browse files

Fixed typo.

parent 383bbd9e
No related branches found
No related tags found
No related merge requests found
...@@ -149,7 +149,7 @@ Copy the sample configuration file in `./config/sample/sample-production.engine- ...@@ -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 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. 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 ```shell
iptables -A INPUT -p tcp -m state --state NEW -m tcp --dport 8008 -j ACCEPT iptables -A INPUT -p tcp -m state --state NEW -m tcp --dport 8008 -j ACCEPT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment