From e5dd2bda7ee9df1038ca135f9f13333e7369bc33 Mon Sep 17 00:00:00 2001 From: fox Date: Fri, 11 Dec 2020 12:50:32 +0000 Subject: [PATCH] Update page 'Home' --- Home.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Home.md b/Home.md index 98053d2..fff71c5 100644 --- a/Home.md +++ b/Home.md @@ -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): ```