Use upstreamUri in reverseproxy config
This commit is contained in:
@@ -510,7 +510,7 @@ async function writeAppNginxConfig(app, fqdn, type, bundle) {
|
||||
|
||||
if (app.manifest.id === constants.RELAY_APPSTORE_ID) {
|
||||
data.endpoint = 'external';
|
||||
data.upstreamUri = 'http://example.com';
|
||||
data.upstreamUri = app.upstreamUri;
|
||||
}
|
||||
|
||||
// maybe these should become per domain at some point
|
||||
|
||||
Reference in New Issue
Block a user