mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 21:37:42 -02:30
@noissue - BrowserSync ssl/tls (#4407)
This commit is contained in:
@@ -12,8 +12,9 @@ module.exports = {
|
||||
]
|
||||
},
|
||||
options: {
|
||||
open: 'external',
|
||||
proxy: {
|
||||
target: `${django_host}:${django_port}`,
|
||||
target: `https://${django_host}:${django_port}`,
|
||||
ws: true
|
||||
},
|
||||
keepalive: false,
|
||||
|
||||
Reference in New Issue
Block a user