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

## Installation

Git clone to `plugins.local/nginx_xaccel`

## Configuration

Setup redirect prefix for nginx (should lead to tt-rss base directory) via `.env`:

```
TTRSS_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/