'README.md' updaten

This commit is contained in:
mb 2023-11-29 17:07:25 +01:00
parent af123cd25d
commit 47e535b9e6

View File

@ -53,7 +53,7 @@ This creates a virtual environment at `.venv` and installs all the dependencies
sudo apt install pandoc
```
Configure your webserver, to connect your application root (for example `octomode.domain.org` or `sub.domain.org/octomode/`) to the port on which the flask application is running (`localhost:5001` by default).
Configure your webserver, to connect your application root (for example `octomode.mydomainname.ext`) to the port on which the flask application is running (`localhost:5001` by default).
This is an example for nginx webservers: