Update page 'Home'

master
fox 4 years ago
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):
```

Loading…
Cancel
Save