22 lines
760 B
Plaintext
22 lines
760 B
Plaintext
|
|
Source: nginx-mod-rewrite
|
|||
|
|
Section: web
|
|||
|
|
Priority: optional
|
|||
|
|
Maintainer: Alexey Berezhok <a@bayrepo.ru>
|
|||
|
|
Build-Depends: debhelper-compat (=13),
|
|||
|
|
dh-autoreconf,
|
|||
|
|
libssl-dev,
|
|||
|
|
libpcre2-dev,
|
|||
|
|
zlib1g-dev,
|
|||
|
|
nginx (>= 1.4.0)
|
|||
|
|
Standards-Version: 4.7.0
|
|||
|
|
Homepage: https://docs.brepo.ru/nginx-mod-rewrite
|
|||
|
|
|
|||
|
|
Package: nginx-mod-rewrite
|
|||
|
|
Architecture: any
|
|||
|
|
Depends: ${shlibs:Depends}, nginx
|
|||
|
|
Provides: nginx-http-module, nginx-apache-rewrite
|
|||
|
|
Description: Nginx rewrite module – dynamic module adding mod_rewrite functionality
|
|||
|
|
Dynamic Nginx module implementing Apache mod_rewrite functionality.
|
|||
|
|
The package is built from Nginx sources and the module's own files, and then
|
|||
|
|
installs only the compiled shared object into /etc/nginx/modules directory.
|