mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-10 08:49:53 +02:00
Update page 'Home'
parent
171d1aa151
commit
82aa11a70a
1 changed files with 3 additions and 1 deletions
4
Home.md
4
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
|
|||
<VirtualHost *>
|
||||
ServerName domain.com
|
||||
|
||||
...
|
||||
|
||||
ProxyPreserveHost On
|
||||
ProxyRequests Off
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue