0.1.2 • Published 4 years ago

nginx-man v0.1.2

Weekly downloads
82
License
MIT
Repository
gitlab
Last release
4 years ago

node-nginx-man

Nginx-man is a simple NGINX configuration manager for Node.js apps.

Installation

nginx-man requires Node.js v8+ to run.

Install dependency.

npm install nginx-man

Usage example

const nginxMan = require('nginx-man');

nginxMan.updateConfig({
    proxy_servers: [
        { domain: 'example.domain.com', port: 8080 },
    ],
});

Development

Want to contribute? Great! Feel free to submit issues or pull requests.

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago