Update page 'Home'

master
fox 3 years ago
parent 30ea7a91a5
commit 6a9f653bbc

@ -72,7 +72,7 @@ location /tt-rss/ {
}
```
###### If you run into problems with global PHP-to-FPM handler taking priority over proxied location, define tt-rss location like this so it takes higher priority:
If you run into problems with global PHP-to-FPM handler taking priority over proxied location, define tt-rss location like this so it takes higher priority:
```nginx
location ^~ /tt-rss/ {
@ -80,7 +80,7 @@ location ^~ /tt-rss/ {
}
```
###### If you want to pass an entire nginx virtual host to tt-rss:
If you want to pass an entire nginx virtual host to tt-rss:
```nginx
server {

Loading…
Cancel
Save