We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In this example, if a request for / is not found on disk in examples/kitchen-sink, then the request is forwarded to the proxy.
/
examples/kitchen-sink
At that point, the options for the route are lost, this doesn't work as you'd expect it to
servers: - bind_address: 0.0.0.0:3000 routes: - path: / dir: examples/kitchen-sink - path: / proxy: https://browsersync.io delay: ms: 2000 # This won't take effect
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In this example, if a request for
/
is not found on disk inexamples/kitchen-sink
, then the request is forwarded to the proxy.At that point, the options for the route are lost, this doesn't work as you'd expect it to
The text was updated successfully, but these errors were encountered: