1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-07-05 11:19:53 +02:00

Update page 'Home'

fox 2020-09-15 20:09:58 +00:00
parent d65f1cc5b7
commit d199579417

@ -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:
``` ```