diff --git a/src/nginxconfig/templates/global_sections/index.js b/src/nginxconfig/templates/global_sections/index.js index 6589cff..b57cf10 100644 --- a/src/nginxconfig/templates/global_sections/index.js +++ b/src/nginxconfig/templates/global_sections/index.js @@ -2,3 +2,4 @@ export { default as HTTPS } from './https'; export { default as Security } from './security'; export { default as PHP } from './php'; export { default as Python } from './python'; +export { default as Performance } from './performance'; diff --git a/src/nginxconfig/templates/global_sections/performance.vue b/src/nginxconfig/templates/global_sections/performance.vue new file mode 100644 index 0000000..897b5e1 --- /dev/null +++ b/src/nginxconfig/templates/global_sections/performance.vue @@ -0,0 +1,160 @@ + + + + + Gzip compression + + + + + + + + enable gzip compression + + + + + + + + + + Brotli compression + + + + + + + + enable brotli compression + + + + + + + + + + Expiration for assets + + + + + + + + + + + + + Expiration for media + + + + + + + + + + + + + Expiration for SVGs + + + + + + + + + + + + + Expiration for fonts + + + + + + + + + + + + +