mirror of https://github.com/stashapp/stash.git
Updated Reverse proxy (markdown)
parent
87459a5adc
commit
c3caf3884a
|
@ -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.
|
See [issue 134](https://github.com/stashapp/stash/pull/134) for more information.
|
||||||
|
|
||||||
## Setting External URL
|
## 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
|
external_host: http://example.domain.com
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue