Socket
Socket
Sign inDemoInstall

nginx-man

Package Overview
Dependencies
4
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nginx-man

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


Version published
Weekly downloads
38
decreased by-9.52%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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.

Keywords

FAQs

Last updated on 17 Feb 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc