Your message dated Wed, 06 Sep 2017 09:09:05 +0000
with message-id <[email protected]>
and subject line Bug#863343: fixed in nginx 1.13.5-1
has caused the Debian Bug report #863343,
regarding nginx-doc: Patch for typos and doc improvements in examples/wordpress
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
863343: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863343
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nginx-doc
Version: 1.10.3-1
Severity: minor
Dear Maintainer,
Thanks for you work on this package. Attached is a patchfile for some
small typos, updated link location and minor edits to comments in
examples/wordpress file.
-- System Information:
Debian Release: 9.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64
(x86_64)
Kernel: Linux 4.9.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
-- no debconf information
--
<[email protected]>
diff --git a/wordpress.orig b/wordpress.fix
index 6faf918..2d4c0ab 100644
--- a/wordpress.orig
+++ b/wordpress.fix
@@ -34,8 +34,8 @@ server {
}
# This location block protects against a known attack. It happens if
- # the attacker uploads a non-php file and attempts to run it as a
- # php file on the server.
+ # the attacker uploads a non-PHP file and attempts to run it as a
+ # PHP file on the server.
location ~ \..*/.*\.php$ {
return 403;
}
@@ -43,7 +43,7 @@ server {
# This is our primary location block. The try_files directive will
# attempt to serve the data in the order listed. First try the exact
# request (such as an image or text file). If it doesn't exist, see if
- # the directory exists. If not, then we move to the last options which
+ # the directory exists. If not, then we move to the last option which
# passes the request to /index.php with the requested query.
location / {
try_files $uri $uri/ /index.php?q=$uri&$args;
@@ -51,7 +51,7 @@ server {
# If a PHP file is served, this block will handle the request. This block
# works on the assumption you are using php-cgi listening on /tmp/phpcgi.socket.
- # Please see the php example (usr/share/doc/nginx/exmaples/php) for more
+ # Please see the PHP example (/usr/share/doc/nginx-doc/php) for more
# information about setting up PHP.
# NOTE: You should have "cgi.fix_pathinfo = 0;" in php.ini
location ~ \.php$ {
@@ -61,12 +61,11 @@ server {
fastcgi_intercept_errors on;
fastcgi_pass unix:/tmp/phpcgi.socket;
}
-
- # As mentioned above, Nignx is king of static. If we're serving a static
- # file that ends with one of the following extensions, it is best to set
- # a very high expires time. This will generate fewer requests for the
- # file. These requests will be logged if found, but not if they don't
- # exist.
+
+ # If we're serving a static file that ends with one of the following
+ # extensions, it is best to set a very high expires time. This will
+ # generate fewer requests for the file. These requests will be logged if
+ # found, but not if they don't exist.
location ~* \.(js|css|png|jpg|jpeg|gif|ico)$ {
expires max;
log_not_found off;
--- End Message ---
--- Begin Message ---
Source: nginx
Source-Version: 1.13.5-1
We believe that the bug you reported is fixed in the latest version of
nginx, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Christos Trochalakis <[email protected]> (supplier of updated nginx
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 06 Sep 2017 10:10:24 +0300
Source: nginx
Binary: nginx nginx-doc nginx-common nginx-full nginx-light nginx-extras
libnginx-mod-http-geoip libnginx-mod-http-image-filter
libnginx-mod-http-xslt-filter libnginx-mod-mail libnginx-mod-stream
libnginx-mod-http-perl libnginx-mod-http-auth-pam libnginx-mod-http-lua
libnginx-mod-http-ndk libnginx-mod-nchan libnginx-mod-http-echo
libnginx-mod-http-upstream-fair libnginx-mod-http-headers-more-filter
libnginx-mod-http-cache-purge libnginx-mod-http-fancyindex
libnginx-mod-http-uploadprogress libnginx-mod-http-subs-filter
libnginx-mod-http-dav-ext libnginx-mod-rtmp
Architecture: source
Version: 1.13.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Nginx Maintainers
<[email protected]>
Changed-By: Christos Trochalakis <[email protected]>
Description:
libnginx-mod-http-auth-pam - PAM authentication module for Nginx
libnginx-mod-http-cache-purge - Purge content from Nginx caches
libnginx-mod-http-dav-ext - WebDAV missing commands support for Nginx
libnginx-mod-http-echo - Bring echo and more shell style goodies to Nginx
libnginx-mod-http-fancyindex - Fancy indexes module for the Nginx
libnginx-mod-http-geoip - GeoIP HTTP module for Nginx
libnginx-mod-http-headers-more-filter - Set and clear input and output headers
for Nginx
libnginx-mod-http-image-filter - HTTP image filter module for Nginx
libnginx-mod-http-lua - Lua module for Nginx
libnginx-mod-http-ndk - Nginx Development Kit module
libnginx-mod-http-perl - Perl module for Nginx
libnginx-mod-http-subs-filter - Substitution filter module for Nginx
libnginx-mod-http-uploadprogress - Upload progress system for Nginx
libnginx-mod-http-upstream-fair - Nginx Upstream Fair Proxy Load Balancer
libnginx-mod-http-xslt-filter - XSLT Transformation module for Nginx
libnginx-mod-mail - Mail module for Nginx
libnginx-mod-nchan - Fast, flexible pub/sub server for Nginx
libnginx-mod-rtmp - RTMP support for Nginx
libnginx-mod-stream - Stream module for Nginx
nginx - small, powerful, scalable web/proxy server
nginx-common - small, powerful, scalable web/proxy server - common files
nginx-doc - small, powerful, scalable web/proxy server - documentation
nginx-extras - nginx web/proxy server (extended version)
nginx-full - nginx web/proxy server (standard version)
nginx-light - nginx web/proxy server (basic version)
Closes: 863343 874319
Changes:
nginx (1.13.5-1) unstable; urgency=medium
.
* New upstream version 1.13.5
* doc: Improve example WordPress configuration
Thanks to Larry Holish (Closes: #863343)
* Remove upstart conffile (Closes: #874319)
Checksums-Sha1:
725e74e622fb46853dbf17c4260c743c710537a3 4260 nginx_1.13.5-1.dsc
8eac59db4ee2a90373a8a44f174317110b666526 988821 nginx_1.13.5.orig.tar.gz
b5d654f2d710c149f63c125ee530dd90eb856394 954276 nginx_1.13.5-1.debian.tar.xz
f0fdaf0ab8c20a6e5c8fd7e5f75c2f582a198005 22381 nginx_1.13.5-1_amd64.buildinfo
Checksums-Sha256:
7e20b1600a957ff7589593484d3573dbafa019b78991a1b07b2a44536440ac7c 4260
nginx_1.13.5-1.dsc
0e75b94429b3f745377aeba3aff97da77bf2b03fcb9ff15b3bad9b038db29f2e 988821
nginx_1.13.5.orig.tar.gz
6bd9a4a7ab12dfd1829fd9bfb3d2aa8755a354055d82977914a9e78650abefb7 954276
nginx_1.13.5-1.debian.tar.xz
cee9f4e895a716e0739477e2ec36d56ad152bd86cb0558a588c67d38b5217080 22381
nginx_1.13.5-1_amd64.buildinfo
Files:
fc750b1304e3caab4cf6dd9f15122277 4260 httpd optional nginx_1.13.5-1.dsc
f193722159adfb1eb8117c0491fd17ec 988821 httpd optional nginx_1.13.5.orig.tar.gz
f146a206a4cf126349acdf5d5730bb14 954276 httpd optional
nginx_1.13.5-1.debian.tar.xz
62f2e6b2267702d08f5f349021bdbfa1 22381 httpd optional
nginx_1.13.5-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEf2SPbCEjyY+zKcgrETYmAKdH7NkFAlmvphEACgkQETYmAKdH
7NlqAhAApYXkMTGbBqj565aw0G75KbF7uHHcG4YbogJ/ApvzVLtaSwwKw6NQbrhe
3ShcfQblwpJfsxSFR+v6rQCy3eW7t/FTWM6MrLIq0evulGCcCcjPA94v4fYAgv+O
1vXZoVEo4NcquTZxBr1ZM6BKtPcvcMwKWUkKCSvOA6Mc5uqkoau5vQvjgC8d/0Jb
nTfGdYXwPNlT4+MD9XzaGeKRfG8NplQOXTOkf/Jx93j26wi4+DwBNrYRbZp2eKVq
3eWJksM3H90PAeqQz7x7qkoG7BpMt3q85Lw2yicAFRZ2CNONGVHA/kJjVrGEsCwk
YllUVU8tQUj/UdpBy4Q0JKbbzn3m6ON1UFJT+zE6uHKNJgc5KFpIgCZlkl7rI5v8
h2FMLtkR5n5f2S+PK2WJzv3UTwZTmZJXsY6YbC6v8kqAnkHoAnkxrTrr+rH92rAm
Ns4ZCu0RDy5FpVxqPbB0Umtna4pZhJdXnowJ64g89Qt0eUiojpga8c+DkcFj+9i/
FOpOYRL2dpcwb/u4f+te4f4EtUfIshfir0scFRx5SL14Fza68eQlOpEHIZDV5ovN
R0ELhlYV+J2vg5qXKbuJokGYT5wONIpaWIjYSIt0K/cHPim7KOvkh95/LmfmpzBm
iPnp1LrmcUgFLqrJCBbrb8kwKgPj+qWaN+xfrdy9qJD25EU0DeE=
=Ky2K
-----END PGP SIGNATURE-----
--- End Message ---