From c3caf3884a1fdd8615f146fcdfbeca6c4d9433c6 Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Thu, 12 May 2022 12:43:00 +1000 Subject: [PATCH] Updated Reverse proxy (markdown) --- Reverse-proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reverse-proxy.md b/Reverse-proxy.md index 55744d6..085ac6e 100644 --- a/Reverse-proxy.md +++ b/Reverse-proxy.md @@ -9,7 +9,7 @@ Generally, the following headers will need to be set (check your proxy's documen See [issue 134](https://github.com/stashapp/stash/pull/134) for more information. ## Setting External URL -You can set the base URL that will be served by Stash by adding an **external_host: ** setting in your Stash config.yml and assigning it the full publicly accessible url +You can set the base URL that will be served by Stash by adding an `external_host:` setting in your Stash config.yml and assigning it the full publicly accessible url ``` external_host: http://example.domain.com ```