Bug#737176:

2014-08-20 Thread Thomas L. Kjeldsen
Yes, the issue is present in testing. Please see http://sources.debian.net/src/nginx/1.6.1-1/debian/conf/nginx.conf/#L48 It's a comment that I assume many people use when they want to enable gzip compression. The two javascript mime types in the example could mislead the busy sysadmin to belie

Bug#737176: (no subject)

2014-06-26 Thread Michael Lustfield
I'm looking at the source package and have this line in mime.types. application/javascriptjs; It looks like you're using an Ubuntu version of the package. Could you verify that the issue is present in Debian testing? -- Michael Lustfield -- To UNSUBSCRIBE, email to debian

Bug#737176: nginx: Adjust gzip_types in debian/conf/nginx.conf

2014-01-30 Thread Thomas L. Kjeldsen
Package: nginx Version: 1.1.19-1ubuntu0.5 Severity: minor Dear Maintainer, The gzip_types directive in debian/conf/nginx.conf includes application/x-javascript and text/javascript but not application/javascript (without the x). The latter is also valid, and I suggest that you add it to the list.