Skip to main content

A handy tool that configures nginx reverse proxy for you

Project description

NGRP

PyPI

A handy tool that configures nginx reverse proxy for you

Usage

Usage: ngrp [OPTIONS] COMMAND [ARGS]...

  Nginx reverse proxy configuration tool.

Options:
  --help  Show this message and exit.

Commands:
  add      Add and enable a reverse proxy.
  disable  Disable proxy for given domain.
  enable   Enable proxy for given domain.
  reload   Reload nginx configuration.

ngrp supports multiple reverse proxy templates.

Usage: ngrp add [OPTIONS] COMMAND [ARGS]...

  Add and enable a reverse proxy.

Options:
  --help  Show this message and exit.

Commands:
  http   Redirect DOMAIN traffic to 127.0.0.1:PORT
  https  Redirect DOMAIN traffic to 127.0.0.1:PORT

To add a HTTP reverse proxy do the following (etherpad running on port 9001, proxied to etherpad.example.com):

ngrp add http 9001 etherpad.example.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

ngrp-0.2.2-py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page