1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-11 03:09:52 +02:00

Update page 'Home'

fox 2020-11-23 06:58:38 +00:00
parent 171d1aa151
commit 82aa11a70a

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