DevOps · +9 pointsNginx
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.
- Create nginx.conf
- Add upstream + proxy_pass
- Push to GitHub
Open Integration Workspace →← All open source tools