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

Support https and bridge network enviroment #36

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Support https and bridge network enviroment #36

wants to merge 2 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Jan 26, 2019

fix #27

  • Support https
  • Update README

For https or bridge IP enviroment, you need to change livereload.js injection URL.
So Add below settings.

LIVERELOAD_SCHEME='https' (defaul http)
LIVERELOAD_INJECTION_HOST='192.168.56.100' (defaul LIVERELOAD_HOST)
LIVERELOAD_INJECTION_PORT='35730' (defaul LIVERELOAD_PORT)

@ghost ghost changed the title Support https and bridge network enviroment #27 Support https and bridge network enviroment Jan 26, 2019
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

Successfully merging this pull request may close these issues.

livereload doesn't work in https environment
0 participants