All Projects → denji → Homebrew Nginx

denji / Homebrew Nginx

Licence: other
🚒 Community NGINX tap for custom modules

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Homebrew Nginx

Iptv
一键安装管理 FFmpeg / nginx / openresty / xray / v2ray / armbian / proxmox / cloudflare partner,workers / ibm cloud foundry 脚本
Stars: ✭ 481 (-13.64%)
Mutual labels:  nginx
Nginx Rtmp Docker
Docker image with Nginx using the nginx-rtmp-module module for live multimedia (video) streaming.
Stars: ✭ 506 (-9.16%)
Mutual labels:  nginx
Blog
Jiajun的编程随想
Stars: ✭ 528 (-5.21%)
Mutual labels:  nginx
Tkeed
🌎 High Performance HTTP WebServer
Stars: ✭ 485 (-12.93%)
Mutual labels:  nginx
Php Docker Boilerplate
🍲 PHP Docker Boilerplate for Symfony, Wordpress, Joomla or any other PHP Project (NGINX, Apache HTTPd, PHP-FPM, MySQL, Solr, Elasticsearch, Redis, FTP)
Stars: ✭ 503 (-9.69%)
Mutual labels:  nginx
Dark Mode
Control the macOS dark mode from the command-line
Stars: ✭ 518 (-7%)
Mutual labels:  homebrew
Nginx Vts Exporter
(NOT MAINTAINED) Simple server that scrapes Nginx vts stats and exports them via HTTP for Prometheus consumption
Stars: ✭ 477 (-14.36%)
Mutual labels:  nginx
Opman Django
💯✅自动化运维平台:CMDB、CI/CD、DevOps、资产管理、任务编排、持续交付、系统监控、运维管理、配置管理
Stars: ✭ 539 (-3.23%)
Mutual labels:  nginx
Apisix
The Cloud-Native API Gateway
Stars: ✭ 7,920 (+1321.9%)
Mutual labels:  nginx
Plex Nginx Reverseproxy
Configuration to serve Plex Media Center https://plex.tv using Nginx https://nginx.com
Stars: ✭ 523 (-6.1%)
Mutual labels:  nginx
Lazy Balancer
nginx for balancer web ui
Stars: ✭ 499 (-10.41%)
Mutual labels:  nginx
Wordpress Nginx Docker
Wordpress (php7.3-fpm) using Nginx and MariaDB - deployed with docker-compose - Let's Encrypt enabled
Stars: ✭ 498 (-10.59%)
Mutual labels:  nginx
Centminmod
CentOS Shell menu based Nginx LEMP web stack auto installer (GPLv3 licensed)
Stars: ✭ 519 (-6.82%)
Mutual labels:  nginx
Git Peek
git repo to local editor instantly
Stars: ✭ 485 (-12.93%)
Mutual labels:  homebrew
Nginx
Development repository for the nginx cookbook
Stars: ✭ 528 (-5.21%)
Mutual labels:  nginx
Nginx Le
Nginx with automatic let's encrypt (docker image)
Stars: ✭ 475 (-14.72%)
Mutual labels:  nginx
Ngx Fancyindex
Fancy indexes module for the Nginx web server
Stars: ✭ 511 (-8.26%)
Mutual labels:  nginx
Formulae.brew.sh
🏎 An online formulae browser for Homebrew
Stars: ✭ 543 (-2.51%)
Mutual labels:  homebrew
Libctru
Homebrew development library for Nintendo 3DS/Horizon OS user mode (Arm11)
Stars: ✭ 530 (-4.85%)
Mutual labels:  homebrew
Sysdvr
Stream switch games to your PC via USB or network
Stars: ✭ 523 (-6.1%)
Mutual labels:  homebrew

NGINX Homebrew Tap

This tap is designed specifically for a custom build of NGINX with more module options.

How do I install these formule (NGINX Modules)?

Once the tap is installed, you can install nginx-full with optional additional modules:

brew tap denji/nginx
brew install nginx-full --with-upload-module

For a list of available configuration options run:

brew options nginx-full
brew info nginx-full

What about conflicts?

You are free to install this version alongside a current install of NGINX from Homebrew/homebrew if you wish. However, they cannot be linked at the same time. To switch between them use brew's built in linking system.

brew unlink nginx
brew link nginx-full

Documentation

brew help, man brew or check Homebrew's documentation.

Contributing

Please see the contributing guide.

How to submit a new formula

  • Fork this repository on GitHub.
  • Clone to your Mac.
  • Read and look at the other formule here.
  • In your locally cloned homebrew-nginx repo, create a new branch: git checkout --branch my_new_formula
  • Write/edit your formula (ruby file). Check Homebrew's documentation for details.
  • Test it locally! brew install ./my-new-formula.rb. Does it install? Note, ./<formula>.rb will target the local file.
  • git push --set-upstream origin my-new-formula to get it into your GitHub fork as a new branch.
  • If you have to change something, add a commit and git push.
  • On GitHub, select your new branch and then click the "Pull Request" button.
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].