summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-23 11:02:10 +0300
committerAndrew Dolgov <[email protected]>2021-02-23 11:02:10 +0300
commit21e2149fc8b22f2a60e3201a3d9d57f3bb3ae54a (patch)
treeb01fc4624fc1b8fc3e9e17ccdda92f3ee21fdbc4
parent66b569b1151c7b5764c1c85459bbc8efd3cef563 (diff)
upd README
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0b67e3b..2a91d9e 100644
--- a/README.md
+++ b/README.md
@@ -2,15 +2,14 @@
## Installation
-Git clone to tt-rss/plugins.local/nginx_xaccel
+Git clone to `plugins.local/nginx_xaccel`
## Configuration
-Setup redirect prefix for nginx (should lead to tt-rss base directory)
-via NGINX_XACCEL_PREFIX in ```config.php```:
+Setup redirect prefix for nginx (should lead to tt-rss base directory) via `.env`:
```
- define('NGINX_XACCEL_PREFIX', '/tt-rss');
+TTRSS_NGINX_XACCEL_PREFIX=/tt-rss
```
```