Adding support for packaged application configurations.
This commit is contained in:
parent
8c5b5c4f67
commit
5d09382c82
3 changed files with 10 additions and 2 deletions
7
debian/changelog
vendored
7
debian/changelog
vendored
|
|
@ -1,4 +1,4 @@
|
|||
nginx (1.10.1-5) UNRELEASED; urgency=medium
|
||||
nginx (1.10.1-6) UNRELEASED; urgency=medium
|
||||
|
||||
[ Christos Trochalakis ]
|
||||
* debian/control:
|
||||
|
|
@ -8,8 +8,11 @@ nginx (1.10.1-5) UNRELEASED; urgency=medium
|
|||
[ Michael Lustfield ]
|
||||
* debian/conf/sites-available/default:
|
||||
+ Updated PHP sample configuration block. (Closes: #841230)
|
||||
+ Adding include default-server.d/pkg_*.conf. (Closes: #822792)
|
||||
* debian/nginx-common.dirs:
|
||||
+ Adding support for packaged application configurations.
|
||||
|
||||
-- Michael Lustfield <michael@lustfield.net> Wed, 19 Oct 2016 04:34:08 +0000
|
||||
-- Michael Lustfield <michael@lustfield.net> Wed, 19 Oct 2016 06:51:46 +0000
|
||||
|
||||
nginx (1.10.1-3) unstable; urgency=medium
|
||||
|
||||
|
|
|
|||
4
debian/conf/sites-available/default
vendored
4
debian/conf/sites-available/default
vendored
|
|
@ -68,6 +68,10 @@ server {
|
|||
#location ~ /\.ht {
|
||||
# deny all;
|
||||
#}
|
||||
|
||||
# load package-maintained configuration files
|
||||
# https://wiki.debian.org/Nginx/DirectoryStructure#Packaged_Applications
|
||||
include default-server.d/pkg_*.conf;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
1
debian/nginx-common.dirs
vendored
1
debian/nginx-common.dirs
vendored
|
|
@ -4,6 +4,7 @@ etc/nginx/modules-available
|
|||
etc/nginx/modules-enabled
|
||||
etc/nginx/sites-available
|
||||
etc/nginx/sites-enabled
|
||||
etc/nginx/default-server.d
|
||||
etc/ufw/applications.d
|
||||
usr/share/nginx
|
||||
usr/share/vim/addons
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue