From 6a9f653bbc657bcadf7830df0c55644a8afa45b4 Mon Sep 17 00:00:00 2001 From: fox Date: Fri, 11 Dec 2020 12:55:08 +0000 Subject: [PATCH] Update page 'Home' --- Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {