From 47e535b9e65544b819a4af56bc7563b54b14e8a1 Mon Sep 17 00:00:00 2001 From: mb Date: Wed, 29 Nov 2023 17:07:25 +0100 Subject: [PATCH] 'README.md' updaten --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 742bf16..ab1f45d 100644 --- a/README.md +++ b/README.md @@ -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: