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 ```