From 48475a404b632739fc1a16efb1d74e48f78ab75f Mon Sep 17 00:00:00 2001 From: Arron Gibson Date: Wed, 8 Feb 2017 23:56:19 -0500 Subject: [PATCH] readme: Fix minor typo (#58) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8c5d8c..c557c94 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ If your server is acting as a reverse proxy (i.e. nginx) and is able to listen o You can deploy your own localtunnel server using the prebuilt docker image. -**Note** This assumes that you have a proxy in front of the server to handle the http(s) requests and forward them to the localtunnel server on port 3000. You can use our [localtunnel-nginx](https://github.com/localtunnel/nginx) so accomplish this. +**Note** This assumes that you have a proxy in front of the server to handle the http(s) requests and forward them to the localtunnel server on port 3000. You can use our [localtunnel-nginx](https://github.com/localtunnel/nginx) to accomplish this. If you do not want ssl support for your own tunnel (not recommended), then you can just run the below with `--port 80` instead.