Open
Description
Hi,
I think i found one bug. The proxy is not redirect correctly on the following example:
proxy.register("www.example.com", "http://127.0.0.1:8081/example",{
ssl: {
letsencrypt: {
email: '[email protected]',
production: true,
}
}
});
When we enter http://www.example.com in the browser the proxy is redirecting to https://www.example.com/example instead https://www.example.com