From fcbd4bf9334e936dfc614ad44d0e046d9e095c1d Mon Sep 17 00:00:00 2001 From: MattIPv4 Date: Fri, 1 May 2020 20:36:40 +0100 Subject: [PATCH] Add global PHP section --- .../templates/global_sections/index.js | 1 + .../templates/global_sections/php.vue | 155 ++++++++++++++++++ .../templates/global_sections/security.vue | 5 +- 3 files changed, 160 insertions(+), 1 deletion(-) create mode 100644 src/nginxconfig/templates/global_sections/php.vue diff --git a/src/nginxconfig/templates/global_sections/index.js b/src/nginxconfig/templates/global_sections/index.js index 9f99235..23691e1 100644 --- a/src/nginxconfig/templates/global_sections/index.js +++ b/src/nginxconfig/templates/global_sections/index.js @@ -1,2 +1,3 @@ export { default as HTTPS } from './https'; export { default as Security } from './security'; +export { default as PHP } from './php'; diff --git a/src/nginxconfig/templates/global_sections/php.vue b/src/nginxconfig/templates/global_sections/php.vue new file mode 100644 index 0000000..81a4958 --- /dev/null +++ b/src/nginxconfig/templates/global_sections/php.vue @@ -0,0 +1,155 @@ + + + diff --git a/src/nginxconfig/templates/global_sections/security.vue b/src/nginxconfig/templates/global_sections/security.vue index 4326ec4..38a4c74 100644 --- a/src/nginxconfig/templates/global_sections/security.vue +++ b/src/nginxconfig/templates/global_sections/security.vue @@ -7,7 +7,10 @@
- +