summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-25 19:09:15 +0300
committerAndrew Dolgov <[email protected]>2019-02-25 19:09:15 +0300
commit7cc0f67abe4a8f8d29745ac9350ddb886bdc9851 (patch)
tree7a086f5e9f8f54e7906bb26aa5484194644bdb1c
parent1b9ad78f1cbcea920030ed031490b67679c3d47e (diff)
add more info link
-rw-r--r--init.php3
1 files changed, 2 insertions, 1 deletions
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) {