apache proxy and login-setPassword URL | shieldsr | 2016-07-21 10:03 |
Status: Closed | ||
I have the Labkey server running at http://servername:8080/labkey and have apache running in front of that to proxy https://servername/labkey to that address. That seems to work fine for the most part. The only issue I've run into with this is in the emails that are generated for when new users are generated. Those emails reference the http address with port 8080, which is not reachable from outside the server, like this: http://servername:8080/labkey/login-setPassword.view?verification=somestring&email=username%40domain.com I'd like that email invite to include an address like this: https://servername/labkey/login-setPassword.view?verification=somestring&email=username%40domain.com |
||