From dc9df942209809206e7ad3a23def6090305236d4 Mon Sep 17 00:00:00 2001 From: Valentin Heidelberger <31535155+va1entin@users.noreply.github.com> Date: Thu, 8 Feb 2024 18:48:36 +0100 Subject: [PATCH] fix wording --- support/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/support/readme.md b/support/readme.md index 7ddecc4..d8b2ef5 100644 --- a/support/readme.md +++ b/support/readme.md @@ -44,14 +44,14 @@ authentication / user routing has been left out of the design of gossa, as simpl ### example 1 root, multiple read-only users -this sample caddy config will +This sample Caddyfile will + enable https on the domain myserver.com (http will be automatically redirected to https) + password protect the access + route the root user requests to 1 gossa instance + route user1 and user2 requests to a readonly gossa instance
- legacy caddy v1 config snippet + Legacy Caddy v1 Caddyfile ```sh myserver.com @@ -116,7 +116,7 @@ then simply start the 2 gossa instances, and caddy ### example 2 users on 2 different folders -this sample caddy v2 config will +This sample Caddyfile will + enable https on the domain myserver.com (http will be automatically redirected to https) + password protect the access + route user1 to own folder