mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-07-05 13:29:52 +02:00
Update page 'Home'
parent
d65f1cc5b7
commit
d199579417
1 changed files with 8 additions and 0 deletions
8
Home.md
8
Home.md
|
@ -60,6 +60,14 @@ Nginx:
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note: if you run into problems global PHP-to-FPM handler taking priority over proxied location, define tt-rss location like this so it takes priority:
|
||||||
|
|
||||||
|
```nginx
|
||||||
|
location ^~ /tt-rss/ {
|
||||||
|
....
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
Apache:
|
Apache:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue