Hi Alex,
We actually followed our guide, so thanks for creating it. But we couldn't get it working at first and we found the issue.
In the guide you have written what Domino Headers to use and one of them we had to change in order to make it work.
It's the one here it's set to "True" in your guide and we had to change it to "False". After we changed it to False to site loaded perfectly until then it failed saying it could find the web site document for the specific site. We did this on both HTTP/HTTPS.
proxy_set_header $WSIS True;
So it works now as it should but there is something when using Xpages that still calls HTTP on the Domino server itself and I think it's because we have HTTPS on the web server but the Domino server is still running HTTP as it's not configured to run SSL itself.
This is maybe more a developer issue - but if you could configure the Domino server to somehow run HTTPS without it being configured on the server document that's what I'm looking for
//Kristian