From 1276cb197a9cd0c9f9c83e0a8bef9cc62f9cbfab Mon Sep 17 00:00:00 2001 From: //ADB <38115351+adb-sh@users.noreply.github.com> Date: Fri, 7 Aug 2020 16:10:52 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c95bae..1e1d34f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ It is based on Nodejs and Redis. You will have to change the IPs in the `index.js` and `./public/index.html` files to your public IP or domain. To start the server simply execute `index.js`: ``` -screen -A -m -d -S short_url nodejs index.js" +screen -A -m -d -S short_url nodejs index.js ``` It's recommended to use a reverse proxy like nginx to manage SSL certificates etc. //good luck