summaryrefslogtreecommitdiff
path: root/README.md
blob: 74c4b5f2c73c50db80b900234af80adff081b3a3 (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;
	}
```

Don't forget to enable ```sendfile``` in nginx configuration.