Properly convey the importance of web server root.

This commit is contained in:
Sam Greytalon 2023-06-16 21:35:18 -07:00
parent 32da4a68b1
commit 6fb5e59499
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ If no rule matches, the requested action is denied.
### Directories
Dexter needs to know about two directories you want it to use:
* `$ROOT_DIRECTORY`: The directory that Dexter will be serving files from and saving uploaded files to. This is effectively the root directory of the website, and should be configured in the web server as well.
* `$ROOT_DIRECTORY`: The directory that Dexter will be serving files from and saving uploaded files to. This is effectively the root directory of the website, and needs to be configured on the web server as well.
* `$SOCKET_DIRECTORY`: The directory where Dexter's UNIX domain socket will be. This is only required if Dexter is running on OpenBSD, as Dexter needs to `unveil` the socket directory in order to be run as a PSGI daemon.
### Other