From 0803605ad72a13fab5ef9d55c25406c148a82ec8 Mon Sep 17 00:00:00 2001 From: Leigh Johnson Date: Tue, 13 Dec 2016 11:50:13 -0500 Subject: [PATCH] @noissue - BrowserSync ssl/tls (#4407) --- awx/ui/grunt-tasks/browserSync.js | 3 ++- awx/ui/package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/awx/ui/grunt-tasks/browserSync.js b/awx/ui/grunt-tasks/browserSync.js index b4c9e179c6..d68472a778 100644 --- a/awx/ui/grunt-tasks/browserSync.js +++ b/awx/ui/grunt-tasks/browserSync.js @@ -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, diff --git a/awx/ui/package.json b/awx/ui/package.json index 4decc6fc29..7316d258ea 100644 --- a/awx/ui/package.json +++ b/awx/ui/package.json @@ -6,7 +6,7 @@ "url": "" }, "config": { - "django_port": "8013", + "django_port": "8043", "django_host": "0.0.0.0", "sauce_username": "leigh-johnson", "sauce_access_key": "f740c3ad-c706-4e10-bb95-46e2cc50c2ac"