mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-08 19:39:52 +02:00
Update page 'Home'
parent
84e948ac62
commit
e5dd2bda7e
1 changed files with 9 additions and 0 deletions
9
Home.md
9
Home.md
|
@ -80,6 +80,15 @@ location ^~ /tt-rss/ {
|
|||
}
|
||||
```
|
||||
|
||||
If you want to pass entire nginx virtual host to tt-rss, put `/` in the location block:
|
||||
|
||||
|
||||
```nginx
|
||||
location / {
|
||||
...
|
||||
}
|
||||
```
|
||||
|
||||
##### Apache (this assumes you're using HTTPS):
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue