Setting up Nginx-Apache Reverse Proxy, PHP, & MariaDB with SSL on EC2/Lightsail with Amazon Linux Final setup should consists of: NGINX (reverse proxy & static contents) Supports SSL (Let's Encrypt). Supports multiple domains, 1 IP. Apache 2.4 (Dynamic content: PHP) PHP 7.1 MariaDB 10.1
Review checklist General Does the code work? Description of the project status is included. Code is easily understand. Code is written following the coding standarts/guidelines (React in our case). Code is in sync with existing code patterns/technologies. DRY. Is the same code duplicated more than twice?
AWS ELB with Node.js and WebSockets This assumes that: You are using Nginx. You want to accept incoming connections on port 80. Your Node.js app is listening on port 3000. You want to be able to connect to your Node.js instance directly as well as via the load balancer. ####1. Create load balancer
1. Clone your fork: git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git 2. Add remote from original repository in your forked repository: cd into/cloned/fork-repo git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git git fetch upstream