@cocreate/nginx
Version:
Automates NGINX server management tasks including installation, configuration, startup, and dynamic reloading in response to application changes. Designed to streamline web server setup and management.
41 lines • 1.12 kB
JavaScript
module.exports = {
"organization_id": "",
"key": "",
"host": "",
"directories": [
{
"entry": "./demo",
"array": "files",
"object": {
"name": "{{name}}",
"src": "{{source}}",
"host": [
"*"
],
"directory": "/demo/nginx/{{directory}}",
"path": "{{path}}",
"pathname": "{{pathname}}",
"content-type": "{{content-type}}",
"public": "true"
}
}
],
"sources": [
{
"array": "files",
"object": {
"_id": "61a12db2a8b6b4001a9f5a2e",
"name": "index.html",
"path": "/docs/nginx",
"pathname": "/docs/nginx/index.html",
"src": "{{./docs/index.html}}",
"host": [
"*"
],
"directory": "nginx",
"content-type": "{{content-type}}",
"public": "true"
}
}
]
};