Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting BS to run on shared hosting #1889

Open
8 tasks
webmasterpf opened this issue Jul 15, 2021 · 0 comments
Open
8 tasks

Setting BS to run on shared hosting #1889

webmasterpf opened this issue Jul 15, 2021 · 0 comments

Comments

@webmasterpf
Copy link

webmasterpf commented Jul 15, 2021

Hello,

I need help onto set BS to run on my shared hosting.
On the shared hosting, I need to set a Program Site, and provide some info like:

domain *.ndd.com
command browser-sync start --proxy 'xx.xx.xx.xx:3000'
  • Browsersync [ browser-sync@2.27.4 ]
  • Node [ v10.24.1 ]
  • Npm [ 6.14.12 ]

Affected platforms

  • [x ] linux
  • windows
  • OS X
  • freebsd
  • solaris
  • other (please specify which)

Browsersync use-case

  • API
  • [x ] Gulp
  • Grunt
  • CLI
    Gulp task and command:
browserSync.init({
        proxy: 'https://xxx.fr/',
        host: 'xxxx.fr',
        open: 'external',
[Browsersync] Proxying: https://xxx.fr
[Browsersync] Access URLs:
 ----------------------------------------------------------
       Local: https://localhost:3000
    External: https://xxxx.fr:3000
 ----------------------------------------------------------
          UI: http://localhost:3001
 UI External: http://localhost:3001

So what do I provide as command for the program site ?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant