@ -80,6 +80,15 @@ location ^~ /tt-rss/ {
}
```
If you want to pass entire nginx virtual host to tt-rss, put `/` in the location block:
```nginx
location / {
...
##### Apache (this assumes you're using HTTPS):