Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

canonical-web-and-design/nginx-forward-to-port

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived

This codebase is no longer maintained or used.


Forward to port (for nginx)

A script to create config files to forward hostnames to specific ports in nginx.

Example usage

To forward port 80 of my-subdomain.example.com to the local port 2222:

sudo pip install -r requirements.txt  # Install all requirements, system-wide
sudo ./nginx-forward.py -d my-subdomain.example.com -l 80 -p 2222

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages