diff --git a/Home.md b/Home.md index be97497..c5722c9 100644 --- a/Home.md +++ b/Home.md @@ -72,7 +72,7 @@ location /tt-rss/ { } ``` -###### 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 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: ```nginx server {