Support subpaths when serving stash through a reverse proxy (#1719)

* Support subpaths when serving stash through a reverse proxy
* Add README documentation

Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
InfiniteTF
2021-09-21 06:12:10 +02:00
committed by GitHub
parent f3c8407c40
commit a4ed9515c7
9 changed files with 44 additions and 9 deletions

View File

@@ -343,7 +343,7 @@ export class ScenePlayerImpl extends React.Component<
<div id="jwplayer-container" className={className}>
<ReactJWPlayer
playerId={JWUtils.playerID}
playerScript="/jwplayer/jwplayer.js"
playerScript="jwplayer/jwplayer.js"
customProps={this.state.config}
onReady={this.onReady}
onSeeked={this.onSeeked}