summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 26597bf..e7747dd 100644
--- a/README.md
+++ b/README.md
@@ -21,9 +21,8 @@ Vault comes with a Makefile:
The vault binary will be installed as `/var/www/cgi-bin/vault`. Static resources will be installed in `/var/www/vault-static` and should be served from `/static`. You need to configure your web server accordingly, see below for a sample file. If the log file does not exist, you need to create it. Here is how to do it for a default installation:
- # mkdir -p /var/www/var/log
- # touch /var/www/var/log/vault.log
- # chown www /var/www/var/log/vault.log
+ # touch /var/www/logs/vault.log
+ # chown www /var/www/logs/vault.log
By default on OpenBSD, the `slowcgi(8)` daemon allows a timeout of 2 minutes for CGI programs. This might not be enough if you want to allow users to download large files. This timeout can be increased by changing the `slowcgi(8)` parameters in `/etc/rc.conf.local`, for example to allow up to 10 minutes :