nginxconfig.io/src/nginxconfig/templates/global_sections/index.js

8 lines
328 B
JavaScript

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';
export { default as Logging } from './logging';
export { default as NGINX } from './nginx';