mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-11 03:09:52 +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
|
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue