From 2214ceb33e27c0fb8b40c03d966d891b66f2bc86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Fri, 28 Apr 2017 18:57:14 +0200 Subject: [PATCH] Improve README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12e1e69..c1cce77 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ $ gulp prod * Upload the entire `server` folder to your server and make your web server (Apache, Nginx...) expose the `server/public` folder. -* Edit your `server/config.js` with appropriate settings (listening IP/port, logging options, TLS certificate, etc). +* Edit your `server/config.js` with appropriate settings (listening IP/port, logging options, **valid** TLS certificate, etc). Also set the proper remote WebSocket port in `client/config.js`. * Within your server, run the server side Node.js application. We recommend using the [forever](https://www.npmjs.com/package/forever) NPM daemon launcher, but any other can be used: