mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 22:37:41 -02:30
Modify proxy config to allow UI to point to named sites.
This commit is contained in:
@@ -8,6 +8,7 @@ module.exports = (app) => {
|
|||||||
target: TARGET,
|
target: TARGET,
|
||||||
secure: false,
|
secure: false,
|
||||||
ws: true,
|
ws: true,
|
||||||
|
changeOrigin: true,
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user