Package Details - nginx-snippets
Metadata
- Version
- 1.0+nmu1ubuntu0.25.10.1
- Architecture
all- Section
universe/admin- Priority
optional- Origin
- Ubuntu
- Maintainer
- Thomas Ward <teward@ubuntu.com>
- Bugs
- https://bugs.launchpad.net/ubuntu/+filebug
- Homepage
- https://salsa.debian.org/teward/nginx-snippets
- Description
Useful, commonly used nginx configuration snippets
Relations
Depends
Reverse Dependencies
Loading…
How to Install
Step 1: Add this APT server
Option A: Using APKG CLI (recommended):
sudo apkg add-source https://apkg-dev.aiursoft.com/api/sources/2
Don't have apkg?
See how to install APKG CLI.
Option B: Manual bash setup:
sudo mkdir -p /usr/share/keyrings && \
curl -sL https://apkg-dev.aiursoft.com/artifacts/certs/anduinos | gpg --dearmor | sudo tee /usr/share/keyrings/anduinos-archive-keyring.gpg > /dev/null && \
echo "Types: deb
URIs: https://apkg-dev.aiursoft.com/artifacts/anduinos/
Suites: questing-updates
Components: main restricted universe multiverse
Architectures: amd64
Signed-By: /usr/share/keyrings/anduinos-archive-keyring.gpg" | sudo tee /etc/apt/sources.list.d/apkg-2.sources && \
sudo apt update
Step 2: Install the package
sudo apt install nginx-snippets
Status & Files
Storage State: Virtual (Lazy Sync)
Download Size: 3 KB
Installed Size: 22 B
Component: universe
Hashes
SHA256: 6508c483a72020d16802635daa1bc760ac82bc5ecded90b5fb42f2841e0cbff2 SHA1: c31b74cc75321ddf5ad2951573c89c8385724b44 MD5: c9e494feff3b931f60681c7a1aec212fWhat is a Package?
A .deb package is a software bundle ready to install on Debian/Ubuntu systems. It contains binaries, configs, and dependency metadata.
How to use: First add the APT repository via sudo apkg add-source, then sudo apt install @pkg.Package. Or download the .deb directly.