###### If you run into problems with global PHP-to-FPM handler taking priority over proxied location, define tt-rss location like this so it takes higher priority:
If you run into problems with global PHP-to-FPM handler taking priority over proxied location, define tt-rss location like this so it takes higher priority:
```nginx
```nginx
location ^~ /tt-rss/ {
location ^~ /tt-rss/ {
@ -80,7 +80,7 @@ location ^~ /tt-rss/ {
}
}
```
```
###### If you want to pass an entire nginx virtual host to tt-rss:
If you want to pass an entire nginx virtual host to tt-rss: