Update page 'Home'

master
fox 4 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 ```nginx
location ^~ /tt-rss/ { 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 ```nginx
server { server {

Loading…
Cancel
Save