summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-03-12 08:21:40 +0300
committerAndrew Dolgov <[email protected]>2019-03-12 08:21:40 +0300
commitc4b30bd95473ba7f853d456ee060716ba3417bae (patch)
tree174f7607f6ef6ee2b1c00840bf2d805d3c6e13af /README.md
parenta84c7e7d755e3b2203af5b352b0050267c5a170a (diff)
upd README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 97dad23..3417000 100644
--- a/README.md
+++ b/README.md
@@ -20,8 +20,8 @@ Installation
WARNING: since database folder is, by default, accessible for unauthenticated HTTP requests
it is recommended to set ``SCRATCH_DB`` to a secure random value (i.e. ``db/long-random-string.db``)
-or put it outside of scope accessible by your http server. Alternatively, you can block access
-to ``db`` using your HTTP server:
+or put it outside of scope accessible by your http server. Alternatively, you can simply block access
+to ``db``:
```
location /the-epube/db {