From 6fb5e5949942e0b15c641e16667a763538e5b6ae Mon Sep 17 00:00:00 2001 From: Sam Talonborn Date: Fri, 16 Jun 2023 21:35:18 -0700 Subject: [PATCH] Properly convey the importance of web server root. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffaf6aa..bea6da4 100644 --- a/README.md +++ b/README.md @@ -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