Added by chris gaffney over 8 years ago
I have an openproject installation on a vps that was in the office network only. It was installed using docker. I am trying to configure it for access from the internet so I configured a nginx reverse proxy server to direct external requests to it. I am trying to figure out how to configure the nginx to only send https requests and configure the docker image of openproject to only receive them. I new to both nginx and openproject so I am not sure about the configuration since the documentation I was able to find is a bit vague on both for this use case.