problem description
the URL must be https when debugging Mini Program web-view. How to agent https locally.
Web development
my usual http web page development is to modify the hosts file and proxy the domain name xx.xxx.com to the local 127.0.0.1
Local is the vue project started by webpack. The local port for vue project listening is 80
when Mini Program developed web-view
how to proxy to a local vue project when debugging https URLs now.
ideas
want to use nginx proxy, how do I configure it?
Environment macos
nginx has been installed