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): ```