Updated Reverse proxy (markdown)

WithoutPants 2022-05-12 12:43:00 +10:00
parent 87459a5adc
commit c3caf3884a
1 changed files with 1 additions and 1 deletions

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