mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-09 10:22:33 +08:00
typo fix, cdn default off, cdn gzip
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
|
||||
/////////////////////
|
||||
|
Reference in New Issue
Block a user