mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-08 11:20:51 +02:00
Update page 'Home'
parent
30ea7a91a5
commit
6a9f653bbc
1 changed files with 2 additions and 2 deletions
4
Home.md
4
Home.md
|
@ -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…
Add table
Add a link
Reference in a new issue