You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
-
# nginx-https-proxy
1
+
#
2
+
https-proxy
2
3
3
4
This software is an nginx HTTPS reverse proxy with support for Let's Encrypt. It may be deployed using Docker. It is a container that has nginx and the Let's Encrypt certbot installed. It may be used to automatically obtain an HTTPS certificate from Let's Encrypt, then act as a reverse proxy for upgrading an HTTP service to HTTPS.
4
5
@@ -25,7 +26,7 @@ bash gen-cert.sh [domain name]
25
26
26
27
You will want to obtain the certificate from Let's Encrypt using the command above before adding your site's configuration.
27
28
28
-
To set up the HTTPS reverse proxy for your site, copy the [example configuration file](nginx-proxy/sites-enabled/.example.com) from `nginx-proxy/sites-enabled` to a new file in the same directory. Edit the certificate location to match your domain name.
29
+
To set up the HTTPS reverse proxy for your site, copy the [example configuration file](nginx/sites-enabled/.example.com) from `nginx/sites-enabled` to a new file in the same directory. Edit the certificate location to match your domain name.
0 commit comments