DevOps · +9 points

Nginx

High-performance web server and reverse proxy — powers 30%+ of the internet.

Install
docker run -d -p 80:80 nginx:alpine
License
BSD-2
Stars
22k+

Integration goal

Configure nginx.conf with reverse proxy to a Node app.

  1. Create nginx.conf
  2. Add upstream + proxy_pass
  3. Push to GitHub
Open Integration Workspace →

← All open source tools