@noissue - BrowserSync ssl/tls (#4407)

This commit is contained in:
Leigh Johnson
2016-12-13 11:50:13 -05:00
committed by GitHub
parent 48e95a7abb
commit 0803605ad7
2 changed files with 3 additions and 2 deletions

View File

@@ -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,