docs: clarify reverse proxy usage (#852)

* docs: fixed.

* Update README.md

Ohh we have it in the docs then it's better to do that yea.

Co-authored-by: soup <soup@r4tio.dev>

* docs: Update README.md

---------

Co-authored-by: soup <soup@r4tio.dev>
Co-authored-by: ze0s <43699394+zze0s@users.noreply.github.com>
This commit is contained in:
KaiserBh 2023-04-23 23:50:11 +10:00 committed by GitHub
parent d546288c2a
commit 5b75ea39ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -232,7 +232,7 @@ Start the service. Enable will make it startup on reboot.
systemctl enable -q --now --user autobrr@$USER
```
By default it the config is set to listen on only `127.0.0.1`. It's highly advised to put it behind a reverse-proxy like nginx or traefik etc.
By default, the configuration is set to listen on `127.0.0.1`. While autobrr works fine as is exposed to the internet, it is recommended to use a reverse proxy like [nginx](https://autobrr.com/installation/linux#nginx), [caddy](https://autobrr.com/installation/linux#caddy) or [traefik](https://autobrr.com/installation/docker#traefik).
If you are not running a reverse proxy change `host` in the `config.toml` to `0.0.0.0`.