Skip to content

nginx.org

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

Package Information

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

Installation

bash
# Install with launchpad
launchpad install nginx

Programs

This package provides the following executable programs:

  • nginx

Aliases

This package can also be accessed using these aliases:

  • nginx

Available Versions

Show all 18 versions
  • 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.28.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +nginx.org@1.28.0 -- $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.nginxorg

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.