typo fix, cdn default off, cdn gzip

This commit is contained in:
Szekeres Bálint
2018-01-07 22:53:27 +01:00
parent 8a79d5d61b
commit a19f92d0df
3 changed files with 22 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
https: false,
http2: true,
email: 'hello@example.com',
cdn: true,
cdn: false,
non_www: true,
php: '7.2',
index_html: false,
@@ -50,6 +50,8 @@
docs: 'pdf|docx?|xlsx?|pptx?'
};
$scope.gzipTypes = 'text/plain text/css text/xml application/json application/javascript application/xml+rss application/atom+xml image/svg+xml';
/////////////////////