mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-09 15:09:53 +02:00
Update page 'Home'
parent
c5a1213680
commit
84e948ac62
1 changed files with 7 additions and 3 deletions
10
Home.md
10
Home.md
|
@ -52,9 +52,13 @@ Copy and/or git clone any third party plugins into ``plugins.local`` as usual.
|
|||
|
||||
A common pattern is shared nginx doing SSL termination, etc. Don't forget to pass `X-Forwarded-Proto` to the container if you're using HTTPS, otherwise tt-rss would generate plain HTTP URLs.
|
||||
|
||||
Address and port correspond to `HTTP_PORT` in `.env`, default: `HTTP_PORT=127.0.0.1:8280`.
|
||||
Address and port correspond to `HTTP_PORT` in `.env`, default:
|
||||
|
||||
Nginx:
|
||||
```ini
|
||||
HTTP_PORT=127.0.0.1:8280
|
||||
```
|
||||
|
||||
##### Nginx:
|
||||
|
||||
```nginx
|
||||
location /tt-rss/ {
|
||||
|
@ -76,7 +80,7 @@ location ^~ /tt-rss/ {
|
|||
}
|
||||
```
|
||||
|
||||
Apache (this assumes you're using HTTPS):
|
||||
##### Apache (this assumes you're using HTTPS):
|
||||
|
||||
```
|
||||
a2enmod proxy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue