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

Update page 'Home'

fox 2020-12-11 12:50:32 +00:00
parent 84e948ac62
commit e5dd2bda7e

@ -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):
```