Say you have an Amazon EC2 host with TCP ports 80 and 3000 open. For the purposes of this post, we’ll run Ubuntu 16 on this EC2 host. You want to run production and deployment versions of a React application on ports 80 and 3000, respectively, using nginx as the web server underneath. Even if you […]
Tag Archives: nginx
Getting GitLab CE to work with SSL and intermediate certificates
Our research lab is non-profit, but private GitHub repositories still cost money, so I have been playing with GitLab Community Edition to serve up some private Git repositories from a third-party host on the cheap. Before using GitLab CE, I had set up a Git repository that, for whatever reason, would not allow users to cache credentials […]