mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 06:01:25 -03:30
Modify proxy config to allow UI to point to named sites.
This commit is contained in:
parent
532ad777a3
commit
6009d98163
@ -8,6 +8,7 @@ module.exports = (app) => {
|
||||
target: TARGET,
|
||||
secure: false,
|
||||
ws: true,
|
||||
changeOrigin: true,
|
||||
})
|
||||
);
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user