Skip to content

Commit c953d91

Browse files
Merge pull request #725 from jacobpdq/patch-1
Update README.md (corrected user folder location)
2 parents f4b29d4 + 92e4c95 commit c953d91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ $ solid start
101101
Otherwise, if you want to use flags, this would be the equivalent
102102

103103
```bash
104-
$ solid --multiuser --port 8443 --cert /path/to/cert --key /path/to/key --root ./accounts
104+
$ solid --multiuser --port 8443 --cert /path/to/cert --key /path/to/key --root ./data
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)