fix wording

This commit is contained in:
Valentin Heidelberger 2024-02-08 18:48:36 +01:00 committed by Pierre Dubouilh
parent b92197cf0f
commit ec06354eb0

View file

@ -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 ### 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) + enable https on the domain myserver.com (http will be automatically redirected to https)
+ password protect the access + password protect the access
+ route the root user requests to 1 gossa instance + route the root user requests to 1 gossa instance
+ route user1 and user2 requests to a readonly gossa instance + route user1 and user2 requests to a readonly gossa instance
<details> <details>
<summary>legacy caddy v1 config snippet</summary> <summary>Legacy Caddy v1 Caddyfile</summary>
```sh ```sh
myserver.com myserver.com
@ -116,7 +116,7 @@ then simply start the 2 gossa instances, and caddy
### example 2 users on 2 different folders ### 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) + enable https on the domain myserver.com (http will be automatically redirected to https)
+ password protect the access + password protect the access
+ route user1 to own folder + route user1 to own folder