Source: nginx-gone
Section: web
Priority: optional
Maintainer: Rumen Damyanov <contact@rumenx.com>
Build-Depends: debhelper-compat (= 13), gcc, make, libcrypt-dev
Standards-Version: 4.6.0
Homepage: https://github.com/RumenDamyanov/nginx-gone

Package: nginx-gone
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         nginx (>= 1.18.0)
Description: Nginx module to return HTTP 410 Gone for removed URIs
 This module reads a URI list from a text file at config time and
 returns HTTP 410 Gone for matching requests. It uses a hash table
 for O(1) exact URI matching and compiled PCRE regex patterns for
 flexible matching. Cleaner and faster than map + if blocks.
