Rename RELAY_APPSTORE_ID to PROXY_APP_APPSTORE_ID
This commit is contained in:
@@ -508,7 +508,7 @@ async function writeAppNginxConfig(app, fqdn, type, bundle) {
|
||||
if (type === apps.LOCATION_TYPE_PRIMARY || type === apps.LOCATION_TYPE_ALIAS || type === apps.LOCATION_TYPE_SECONDARY) {
|
||||
data.endpoint = 'app';
|
||||
|
||||
if (app.manifest.id === constants.RELAY_APPSTORE_ID) {
|
||||
if (app.manifest.id === constants.PROXY_APP_APPSTORE_ID) {
|
||||
data.endpoint = 'external';
|
||||
data.upstreamUri = app.upstreamUri;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user