diff --git a/Home.md b/Home.md index 73826ea..0e64456 100644 --- a/Home.md +++ b/Home.md @@ -60,6 +60,14 @@ Nginx: } ``` +Note: if you run into problems global PHP-to-FPM handler taking priority over proxied location, define tt-rss location like this so it takes priority: + +```nginx +location ^~ /tt-rss/ { + .... +} +``` + Apache: ```