mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-09-21 19:29:22 +08:00
Not really sure this is the best structure
This commit is contained in:
8
src/nginxconfig/templates/domain_sections/index.js
Normal file
8
src/nginxconfig/templates/domain_sections/index.js
Normal file
@@ -0,0 +1,8 @@
|
||||
export { default as Presets } from './presets';
|
||||
export { default as Server } from './server';
|
||||
export { default as HTTPS } from './https';
|
||||
export { default as PHP } from './php';
|
||||
export { default as Python } from './python';
|
||||
export { default as ReverseProxy } from './reverse_proxy';
|
||||
export { default as Routing } from './routing';
|
||||
export { default as Logging } from './logging';
|
Reference in New Issue
Block a user