Skip to content

Commit 35675e8

Browse files
authored
Update README.md (corrected user folder location)
User folder locations are not under `./accounts` but `./data`
1 parent f4b29d4 commit 35675e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Otherwise, if you want to use flags, this would be the equivalent
104104
$ solid --multiuser --port 8443 --cert /path/to/cert --key /path/to/key --root ./accounts
105105
```
106106

107-
Your users will have a dedicated folder under `./accounts`. Also, your root domain's website will be in `./accounts/yourdomain.tld`. New users can create accounts on `/api/accounts/new` and create new certificates on `/api/accounts/cert`. An easy-to-use sign-up tool is found on `/api/accounts`.
107+
Your users will have a dedicated folder under `./data` at `./data/<username>.<yourdomain.tld>`. Also, your root domain's website will be in `./data/<yourdomain.tld>`. New users can create accounts on `/api/accounts/new` and create new certificates on `/api/accounts/cert`. An easy-to-use sign-up tool is found on `/api/accounts`.
108108

109109
### Running Solid behind a reverse proxy (such as NGINX)
110110
See [Running Solid behind a reverse proxy](https://github.com/solid/node-solid-server/wiki/Running-Solid-behind-a-reverse-proxy).

0 commit comments

Comments
 (0)