mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
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:
parent
d546288c2a
commit
5b75ea39ba
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue