Skip to content

When using proxy, the tab in chrome doesn't reload #77

Description

@sketchbuch

I have a gulp file working: https://pastebin.com/qG3Ahevu

If in my config I set config.server.useNode to false

the following code is run:

		browserSync.init({
			proxy:	config.server.vmServer.uri,
			host:		config.server.vmServer.host,
			port:		80,
			open:		'external'
		});

This works and opens but updates never cause the page to reload as they do when I use the node server (config.server.useNode === true).

How can I get the proxy to reload?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions