macOS
brew install nginxlocal Homebrew formula metadata
sudo port install nginxMacPorts ports tree · www/nginx/Portfile · ソース: api.github.com
brew
nginx のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install nginxlocal Homebrew formula metadata
sudo port install nginxMacPorts ports tree · www/nginx/Portfile · ソース: api.github.com
sudo apk add nginxAlpine Linux edge package indexes · nginx · ソース: dl-cdn.alpinelinux.org
sudo apt install nginxDebian stable package indexes · nginx · ソース: deb.debian.org
sudo dnf install nginxFedora Rawhide package metadata · nginx · ソース: dl.fedoraproject.org
nix profile install nixpkgs#nginxnixpkgs package indexes · nginx · ソース: raw.githubusercontent.com
sudo pacman -S nginxArch Linux sync databases · nginx · ソース: geo.mirror.pkgbuild.com
sudo zypper install nginxopenSUSE Tumbleweed package metadata · nginx · ソース: download.opensuse.org
choco install nginxChocolatey community package catalog · nginx · ソース: community.chocolatey.org
scoop install main/nginxScoop official bucket manifest trees · bucket/nginx.json · ソース: api.github.com
winget install --id freenginx.nginx -eWindows Package Manager source index · freenginx.nginx · ソース: cdn.winget.microsoft.com
概要
HTTP(S) server and reverse proxy, and IMAP/POP3 proxy server
履歴
nginx is an HTTP server, reverse proxy, content cache, load balancer, TCP/UDP proxy, and mail proxy. It became famous for event-driven, low-resource handling of large numbers of concurrent connections and then became a default building block in web serving, reverse proxying, Kubernetes ingress, and container deployments.
Igor Sysoev began developing nginx in spring 2002 to solve high-concurrency web traffic problems, especially the C10k-style problem of handling many simultaneous connections efficiently. The project was open sourced under a permissive license on October 4, 2004.
For years nginx grew with little marketing and limited documentation because it solved real operational pain. The official nginx retrospective says Sysoev was the sole developer for seven years and expanded it from a web server and reverse proxy into a broader web application delivery tool with load balancing, caching, security, and content acceleration features.
nginx adoption accelerated as high-traffic sites, startups, and infrastructure teams needed something lighter than Apache prefork-era deployments for static content, reverse proxying, and traffic fan-out. The official nginx site describes it as the world's most popular web server, one of the most popular Docker images, and the software powering multiple Kubernetes ingress controllers.
The commercial story followed the open-source adoption curve. NGINX, Inc. formed in 2011, NGINX Plus launched in 2013, F5 completed its acquisition of NGINX on May 9, 2019, and Igor Sysoev stepped back from NGINX and F5 on January 18, 2022.
Operators use nginx as the front door for services: serve static files, terminate TLS, route to upstream application servers, cache responses, rate-limit abusive clients, proxy WebSockets, and expose TCP/UDP streams. On developer machines it is often installed to reproduce production routing or test local reverse-proxy behavior.
Package nerds care about nginx build flags and module layout. A distro or Homebrew nginx package is more than one binary: it encodes TLS library choices, HTTP/2 and HTTP/3 support, dynamic modules, config paths, default document roots, service integration, and whether the package follows the F5/nginx.org line or a distribution-maintained variant.
nginx is a canonical infrastructure package: boring once configured, but decisive in production behavior. Its package history is really a story about turning a specialized high-concurrency web server into a universal reverse-proxy and application-delivery primitive.
セキュリティ状態
formula declares a Homebrew service.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
/usr/local/nginx/conf/nginx.conf/etc/nginx/nginx.conf/usr/local/etc/nginx/nginx.conf実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
nginx | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:nginx |
|---|---|
| バージョン | 1.31.3 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/nginx |
| ホームページ | https://nginx.org/ |
| リポジトリ | https://github.com/nginx/nginx |
| 上流ドキュメント | https://nginx.org/en/docs |
| ライセンス | BSD-2-Clause |
| ソースアーカイブ | https://nginx.org/download/nginx-1.31.3.tar.gz |
| 最終更新 | 2026-07-16T03:37:38Z |
| Pulse | updated |
| 依存関係 | openssl@3, pcre2 |
| macOS 提供ライブラリ | libxcrypt |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 定義済み |
| サービス | declared |
| 注意点 | Docroot is: $HOMEBREW_PREFIX/var/www The default port has been set in $HOMEBREW_PREFIX/etc/nginx/nginx.conf to 8080 so that nginx can run without sudo. nginx will load all files in $HOMEBREW_PREFIX/etc/nginx/servers/. |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | nginx |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
libnginx-mod-http-geoip 1.26.3-3+deb13u4
GeoIP HTTP module for Nginx
sudo apt install libnginx-mod-http-geoiplibnginx-mod-http-image-filter 1.26.3-3+deb13u4
HTTP image filter module for Nginx
sudo apt install libnginx-mod-http-image-filterlibnginx-mod-http-perl 1.26.3-3+deb13u4
Perl module for Nginx
sudo apt install libnginx-mod-http-perllibnginx-mod-http-xslt-filter 1.26.3-3+deb13u4
XSLT Transformation module for Nginx
sudo apt install libnginx-mod-http-xslt-filterlibnginx-mod-mail 1.26.3-3+deb13u4
Mail module for Nginx
sudo apt install libnginx-mod-maillibnginx-mod-stream 1.26.3-3+deb13u4
Stream module for Nginx
sudo apt install libnginx-mod-streamlibnginx-mod-stream-geoip 1.26.3-3+deb13u4
GeoIP Stream module for Nginx
sudo apt install libnginx-mod-stream-geoipnginx 1.26.3-3+deb13u4
small, powerful, scalable web/proxy server
sudo apt install nginxnginx-common 1.26.3-3+deb13u4
small, powerful, scalable web/proxy server - common files
sudo apt install nginx-commonnginx-core 1.26.3-3+deb13u4
nginx web/proxy server (standard version)
sudo apt install nginx-corenginx-dev 1.26.3-3+deb13u4
nginx web/proxy server - development headers
sudo apt install nginx-devnginx-doc 1.26.3-3+deb13u4
small, powerful, scalable web/proxy server - documentation
sudo apt install nginx-docnginx-extras 1.26.3-3+deb13u4
nginx web/proxy server (extended version)
sudo apt install nginx-extrasnginx-full 1.26.3-3+deb13u4
nginx web/proxy server (standard version with 3rd parties)
sudo apt install nginx-fullnginx-light 1.26.3-3+deb13u4
nginx web/proxy server (basic version)
sudo apt install nginx-lightnginx
nix profile install nixpkgs#nginxソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.