Add nginx global section

This commit is contained in:
MattIPv4
2020-05-04 17:16:25 +01:00
parent 8e9a89b107
commit 431cbf53e2
3 changed files with 176 additions and 6 deletions

View File

@@ -4,3 +4,4 @@ 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';