mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
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,
|
||||
secure: false,
|
||||
ws: true,
|
||||
changeOrigin: true,
|
||||
})
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user