All Projects → ricardbejarano → Nginx

ricardbejarano / Nginx

Licence: mit
⚙️ Built-from-source container image of the NGINX HTTP server

Projects that are alternatives of or similar to Nginx

Kickoff Docker Php
🐳 🐘 🚀 Easily setup a PHP project with Docker
Stars: ✭ 213 (-11.25%)
Mutual labels:  nginx
Traffic Accounting Nginx Module
Monitor the incoming and outgoing traffic metrics in realtime for NGINX
Stars: ✭ 222 (-7.5%)
Mutual labels:  nginx
Docker Files
Collection of prooph docker files
Stars: ✭ 232 (-3.33%)
Mutual labels:  nginx
Uwsgi Nginx Flask Docker
Docker image with uWSGI and Nginx for Flask applications in Python running in a single container. Optionally with Alpine Linux.
Stars: ✭ 2,607 (+986.25%)
Mutual labels:  nginx
Nginx Boilerplate
Awesome Nginx configuration template
Stars: ✭ 2,437 (+915.42%)
Mutual labels:  nginx
Nginx Rtmp Monitoring
real-time monitoring statistics dashboard for nginx rtmp module
Stars: ✭ 224 (-6.67%)
Mutual labels:  nginx
Blog
Hi, I am CrazyCodes, and here are all my articles
Stars: ✭ 212 (-11.67%)
Mutual labels:  nginx
Heimdall
As the name suggests Heimdall Application Dashboard is a dashboard for all your web applications. It doesn't need to be limited to applications though, you can add links to anything you like.
Stars: ✭ 3,501 (+1358.75%)
Mutual labels:  nginx
Opensa
资产管理、资产采集、灰度发布、反向代理、批量任务、任务编排、计划任务、日志审计、权限管理、角色管理、部门管理、运维自动化
Stars: ✭ 220 (-8.33%)
Mutual labels:  nginx
Sinn Server
an node server for sinn,that based on of nodejs,koa2,mongoose,docker,nginx,es6/7,Resful API,阿里云 http://servertest.boyagirl.com/
Stars: ✭ 228 (-5%)
Mutual labels:  nginx
Django2 dailyfresh
dailyfresh电商项目,替换django框架为2.X并重构,美化了下后台管理页面,提供docker版本,该项目包含了实际开发中的电商项目中大部分的功能开发和知识点实践, 是一个非常不错的django学习项目,同时也记录在替换框架中遇到的坑,希望对各位的学习有所帮助。
Stars: ✭ 212 (-11.67%)
Mutual labels:  nginx
Lnmp
LEMP stack/LAMP stack/LNMP stack installation scripts for CentOS/Redhat Debian and Ubuntu
Stars: ✭ 2,488 (+936.67%)
Mutual labels:  nginx
Python Nginx
Create and modify nginx serverblock configs in Python
Stars: ✭ 226 (-5.83%)
Mutual labels:  nginx
Bubbly
Better SSL in Nginx in 10 minutes. Configuration files and setup scripts for Certbot.
Stars: ✭ 213 (-11.25%)
Mutual labels:  nginx
Docker Php
🐳 Docker For PHP developers - Docker images with PHP, Nginx, OpenLiteSpeed, Apache, Lighttpd, and Alpine
Stars: ✭ 236 (-1.67%)
Mutual labels:  nginx
Ipscrub
IP address anonymizer module for nginx
Stars: ✭ 212 (-11.67%)
Mutual labels:  nginx
Nginx Config Formatter
nginx config file formatter/beautifier written in Python.
Stars: ✭ 222 (-7.5%)
Mutual labels:  nginx
Docker
See Readme
Stars: ✭ 240 (+0%)
Mutual labels:  nginx
Nginx Fancyindex Theme
A 📱 responsive theme for Nginx Fancyindex module 🔧. Minimal, modern and simple. ☀ Light & 😎 Dark themes. Comes with a search form 🔎, aims to handle thousands of files without any problems 📂
Stars: ✭ 236 (-1.67%)
Mutual labels:  nginx
Nginx Proxy
Automated nginx proxy for Docker containers using docker-gen
Stars: ✭ 15,525 (+6368.75%)
Mutual labels:  nginx

nginx (container image)

Built-from-source container image of the NGINX HTTP server

Tags

Docker Hub

Available on Docker Hub as docker.io/ricardbejarano/nginx:

RedHat Quay

Available on RedHat Quay as quay.io/ricardbejarano/nginx:

Features

  • Compiled from source during build time
  • Built FROM scratch, with zero bloat
  • Statically linked to the musl implementation of the C standard library
  • Reduced attack surface (no shell, no UNIX tools, no package manager...)
  • Runs as unprivileged (non-root) user

Building

docker build --tag ricardbejarano/nginx --file Dockerfile .

Configuration

Volumes

  • Mount your configuration at /etc/nginx/nginx.conf.

License

MIT licensed, see LICENSE for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].