From 5b75ea39ba960dff590a8892c79b17db154ce213 Mon Sep 17 00:00:00 2001 From: KaiserBh <41852205+KaiserBh@users.noreply.github.com> Date: Sun, 23 Apr 2023 23:50:11 +1000 Subject: [PATCH] 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 * docs: Update README.md --------- Co-authored-by: soup Co-authored-by: ze0s <43699394+zze0s@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c679b54..5565b4e 100644 --- a/README.md +++ b/README.md @@ -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`.