2
2
3
3
# Nginx Proxy Manager
4
4
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 )
6
6
![ Stars] ( https://img.shields.io/docker/stars/jc21/nginx-proxy-manager.svg )
7
7
![ Pulls] ( https://img.shields.io/docker/pulls/jc21/nginx-proxy-manager.svg )
8
8
9
9
![ Build Status] ( http://bamboo.jc21.com/plugins/servlet/wittified/build-status/AB-NPM )
10
10
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
12
12
running at home or otherwise, including free SSL, without having to know too much about Nginx or Letsencrypt.
13
13
14
14
@@ -19,6 +19,10 @@ running at home or otherwise, including free SSL, without having to know too muc
19
19
- Secure your sites with SSL and optionally force SSL
20
20
- Secure your sites with Basic HTTP Authentication Access Lists
21
21
- 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
22
26
23
27
24
28
## 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
84
88
1 . Your home router will have a Port Forwarding section somewhere. Log in and find it
85
89
2 . Add port forwarding for port 80 and 443 to the server hosting this project
86
90
3 . 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
88
92
89
93
90
94
## Screenshots
@@ -98,8 +102,8 @@ I won't go in to too much detail here but here are the basics for someone new to
98
102
99
103
- Pass on human readable ssl cert errors to the ui
100
104
- Allow a host to be a redirection to another domain
101
- - Allow a host to return immediate 404's
102
105
- UI: Allow column sorting on tables
103
106
- UI: Allow filtering hosts by types
104
107
- 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