Download:
child 12:50c13f88d745
parent 10:14d1e7c3a6a7
11:6cebfc3e9fe4
Anton Shestakov <av6@dwimlabs.net>, Fri, 01 Apr 2016 21:32:13 +0800
add another possible mime type for .js (from Ubuntu Trusty)

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
roles/hgweb/templates/etc/nginx/sites-available/hgweb file | annotate | diff | comparison | revisions
--- a/roles/hgweb/templates/etc/nginx/sites-available/hgweb Fri Apr 01 01:58:30 2016 +0800
+++ b/roles/hgweb/templates/etc/nginx/sites-available/hgweb Fri Apr 01 21:32:13 2016 +0800
@@ -27,7 +27,7 @@
location /static {
gzip on;
- gzip_types text/plain text/css application/javascript text/javascript;
+ gzip_types text/plain text/css application/javascript application/x-javascript text/javascript;
expires 30d;
}
}