From 82aa11a70a7b5d3cfbf203cc3d5cc8370759dd02 Mon Sep 17 00:00:00 2001 From: fox Date: Mon, 23 Nov 2020 06:58:38 +0000 Subject: [PATCH] Update page 'Home' --- Home.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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