Skip to content

Commit 13a0a42

Browse files
authored
Update README.md
1 parent f86c6c2 commit 13a0a42

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# nginx-https-proxy
1+
#
2+
https-proxy
23

34
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.
45

@@ -25,7 +26,7 @@ bash gen-cert.sh [domain name]
2526

2627
You will want to obtain the certificate from Let's Encrypt using the command above before adding your site's configuration.
2728

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.
2930

3031
## Launching the service
3132

0 commit comments

Comments
 (0)