summaryrefslogtreecommitdiff
path: root/README.md
blob: 0b67e3be26596d4cbdf733ec97fac46414b8f38b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# README

## Installation

Git clone to tt-rss/plugins.local/nginx_xaccel

## Configuration

Setup redirect prefix for nginx (should lead to tt-rss base directory) 
via NGINX_XACCEL_PREFIX in ```config.php```:

```
 	define('NGINX_XACCEL_PREFIX', '/tt-rss');
```

```
	location /tt-rss/cache {
		aio threads;
		internal;
	}
```

More info here: https://www.nginx.com/resources/wiki/start/topics/examples/xsendfile/