@ -74,7 +74,7 @@ location ^~ /tt-rss/ {
}
```
Apache:
Apache (this assumes you're using HTTPS):
a2enmod proxy
@ -85,6 +85,8 @@ a2enmod proxy_http
<VirtualHost *>
ServerName domain.com
...
ProxyPreserveHost On
ProxyRequests Off