Is there something more I need to do than the basic instructions? I'm running several sites locally using Homestead and Nginx.
I've tried the commands:
Failed to complete tunnel connection
The connection to http://efcb-69-246-163-107.ngrok.io/ was successfully tunneled to your ngrok client, but the client failed to establish a connection to the local address [nginx:80](http://nginx/).
Make sure that a web service is running on [nginx:80](http://nginx/) and that it is a valid address.
The error encountered was: dial tcp: lookup nginx on 127.0.0.53:53: server misbehaving
In my Nginx site configs, I do redirect http to https. Could that be causing the issue? The redirects work normally when accessing from a browser on my computer.
Is there something more I need to do than the basic instructions? I'm running several sites locally using Homestead and Nginx. I've tried the commands:
Resulting in
And
Results in "The page isn’t redirecting properly"
In my Nginx site configs, I do redirect http to https. Could that be causing the issue? The redirects work normally when accessing from a browser on my computer.
Appreciate any feedback.