From 21e2149fc8b22f2a60e3201a3d9d57f3bb3ae54a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 23 Feb 2021 11:02:10 +0300 Subject: upd README --- README.md | 7 +++---- 1 file 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 ``` ``` -- cgit v1.2.3