Browse Source

remove x-forwarded-for (not needed)

develop
Rob Colbert 2 years ago
parent
commit
74d7e47bcc
  1. 3
      gulpfile.js

3
gulpfile.js

@ -24,9 +24,6 @@ function util_start_browsersync ( ) {
proxy: {
target: 'https://dev.base.digitaltelepresence.com:3410',
ws: true,
reqHeaders: {
'X-Forwarded-For': '127.0.0.1, 127.0.0.1',
},
},
host: 'dev.base.digitaltelepresence.com',
open: 'external',

Loading…
Cancel
Save