Skip to content

nginx

HTTP(S) server and reverse proxy, and IMAP/POP3 proxy server

Package Information

  • Domain: nginx.org
  • Name: nginx
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install nginx

Programs

This package provides the following executable programs:

  • nginx

Available Versions

Show all 20 versions
  • 1.29.1, 1.29.0, 1.28.0, 1.27.5, 1.27.4
  • 1.27.3, 1.27.2, 1.27.1, 1.27.0, 1.26.2
  • 1.26.1, 1.26.0, 1.25.5, 1.25.4, 1.25.3
  • 1.25.2, 1.25.1, 1.25.0, 1.24.0, 1.23.3

Latest Version: 1.29.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) nginx -- $SHELL -i

Dependencies

This package depends on:

  • pcre.org^8.45 # switch to pcre.org/pcre2 once it
  • zlib.net^1.2.13
  • openssl.org^1.1.1k

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.nginx

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.