From 306f057ebcae40441f3cda21e7f1c6cf03c4dd49 Mon Sep 17 00:00:00 2001 From: MattIPv4 Date: Fri, 1 May 2020 20:55:58 +0100 Subject: [PATCH] Add global performance section --- .../templates/global_sections/index.js | 1 + .../templates/global_sections/performance.vue | 160 ++++++++++++++++++ 2 files changed, 161 insertions(+) create mode 100644 src/nginxconfig/templates/global_sections/performance.vue 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 @@ + + +