diff --git a/Home.md b/Home.md index 7d9cf5c..4e2cfa6 100644 --- a/Home.md +++ b/Home.md @@ -74,7 +74,7 @@ location ^~ /tt-rss/ { } ``` -Apache: +Apache (this assumes you're using HTTPS): ``` a2enmod proxy @@ -85,6 +85,8 @@ a2enmod proxy_http ServerName domain.com + ... + ProxyPreserveHost On ProxyRequests Off