+
+
+
+
+ diff --git a/src/nginxconfig/scss/style.scss b/src/nginxconfig/scss/style.scss index 165e77d..4f513ac 100644 --- a/src/nginxconfig/scss/style.scss +++ b/src/nginxconfig/scss/style.scss @@ -80,7 +80,7 @@ $highlight: #f2c94c; .panel { margin-top: 0; - padding: 2rem 0; + padding: 1.5rem 0 2rem; .container { padding: 0 1.5rem; diff --git a/src/nginxconfig/templates/app.vue b/src/nginxconfig/templates/app.vue index 5715c75..71cfae0 100644 --- a/src/nginxconfig/templates/app.vue +++ b/src/nginxconfig/templates/app.vue @@ -52,6 +52,8 @@ limitations under the License.
{{ JSON.stringify({ domains: activeDomains, global }, null, 2) }}
diff --git a/src/nginxconfig/templates/global_sections/index.js b/src/nginxconfig/templates/global_sections/index.js
index 23691e1..6589cff 100644
--- a/src/nginxconfig/templates/global_sections/index.js
+++ b/src/nginxconfig/templates/global_sections/index.js
@@ -1,3 +1,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';
diff --git a/src/nginxconfig/templates/global_sections/python.vue b/src/nginxconfig/templates/global_sections/python.vue
new file mode 100644
index 0000000..151eb09
--- /dev/null
+++ b/src/nginxconfig/templates/global_sections/python.vue
@@ -0,0 +1,81 @@
+
+