summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 512453c..a140bc0 100644
--- a/README.md
+++ b/README.md
@@ -34,9 +34,10 @@ By default on OpenBSD, the `slowcgi(8)` daemon allows a timeout of 2 minutes for
server "server" {
listen on * port 80
connection timeout 540
- location "/cgi-bin/vault/*" {
- fastcgi
- root "/"
+ location "/vault/*" {
+ root "/cgi-bin/vault"
+ fastcgi param VAULT_DATA_DIR "/vault-data"
+ request strip 1
}
location "/static/*" {
root "/vault-static"