From d2692415059a468fa7c47c4e01a639459946f49a Mon Sep 17 00:00:00 2001 From: mb Date: Wed, 29 Nov 2023 16:56:00 +0100 Subject: [PATCH] 'README.md' updaten --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5d7159e..637b91e 100644 --- a/README.md +++ b/README.md @@ -58,12 +58,12 @@ Configure your webserver, to connect your application root (for example `octomod This is an example for nginx webservers: ``` - # ---------------------------------------------------- - # OCTOMODE - - location /octomode/ { - proxy_pass http://localhost:5555; - } +# ---------------------------------------------------- +# OCTOMODE + +location /octomode/ { + proxy_pass http://localhost:5555; +} ```