nginx-man

0.1.2 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i nginx-man

Weekly Downloads

35

Version

0.1.2

License

MIT

Unpacked Size

10.5 kB

Total Files

16

Last publish

Collaborators

  • tim.shilov