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 @@
- +