22
33# Nginx Proxy Manager  
44
5- ![ Version] ( https://img.shields.io/badge/version-1.0.0 -green.svg ) 
5+ ![ Version] ( https://img.shields.io/badge/version-1.0.1 -green.svg ) 
66![ Stars] ( https://img.shields.io/docker/stars/jc21/nginx-proxy-manager.svg ) 
77![ Pulls] ( https://img.shields.io/docker/pulls/jc21/nginx-proxy-manager.svg ) 
88
99![ Build Status] ( http://bamboo.jc21.com/plugins/servlet/wittified/build-status/AB-NPM ) 
1010
11- This NPM  comes as a pre-built docker image that enables you to easily forward to your websites
11+ This project  comes as a pre-built docker image that enables you to easily forward to your websites
1212running at home or otherwise, including free SSL, without having to know too much about Nginx or Letsencrypt.
1313
1414
@@ -19,6 +19,10 @@ running at home or otherwise, including free SSL, without having to know too muc
1919-  Secure your sites with SSL and optionally force SSL
2020-  Secure your sites with Basic HTTP Authentication Access Lists
2121-  Advanced Nginx config option for super users
22+ -  3 domain uses:
23+   -  Proxy requests to upstream server
24+   -  Redirect requests to another domain
25+   -  Return immediate 404's
2226
2327
2428## Getting started  
@@ -84,7 +88,7 @@ I won't go in to too much detail here but here are the basics for someone new to
84881 .  Your home router will have a Port Forwarding section somewhere. Log in and find it
85892 .  Add port forwarding for port 80 and 443 to the server hosting this project
86903 .  Configure your domain name details to point to your home, either with a static ip or a service like DuckDNS
87- 4 .  Use the NPM  here as your gateway to forward to your other web based services
91+ 4 .  Use the Nginx Proxy Manager  here as your gateway to forward to your other web based services
8892
8993
9094## Screenshots  
@@ -98,8 +102,8 @@ I won't go in to too much detail here but here are the basics for someone new to
98102
99103-  Pass on human readable ssl cert errors to the ui
100104-  Allow a host to be a redirection to another domain
101- -  Allow a host to return immediate 404's
102105-  UI: Allow column sorting on tables
103106-  UI: Allow filtering hosts by types
104107-  Advanced option to overwrite the default location block (or regex to do it automatically)
105- -  Change the renew ssl process to use the letsencrypt renew procedure so as to avoid rate limits
108+ -  Add nice upstream error pages
109+ 
0 commit comments