From 7cc0f67abe4a8f8d29745ac9350ddb886bdc9851 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 25 Feb 2019 19:09:15 +0300 Subject: add more info link --- init.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.php b/init.php index 402ebaa..8cfcab5 100644 --- a/init.php +++ b/init.php @@ -6,7 +6,8 @@ class Nginx_Xaccel extends Plugin { return array(1.0, "Sends static files via nginx X-Accel-Redirect header", "fox", - true); + true, + "https://git.tt-rss.org/fox/ttrss-nginx-xaccel"); } function init($host) { -- cgit v1.2.3