@ -50,7 +50,7 @@ Copy and/or git clone any third party plugins into ``plugins.local`` as usual.
### How do I put this container behind a reverse proxy?
### How do I put this container behind a reverse proxy?
A common pattern is shared nginx doing SSL termination, etc.
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.