From 0815eb34d398ea7e189cc92361b87a76fbbf4c7d Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Tue, 17 Apr 2018 16:12:10 +0200 Subject: [PATCH] Fix formatting - the file was written in markdown --- Proxying-with-nginx.mediawiki => Proxying-with-nginx.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename Proxying-with-nginx.mediawiki => Proxying-with-nginx.md (98%) diff --git a/Proxying-with-nginx.mediawiki b/Proxying-with-nginx.md similarity index 98% rename from Proxying-with-nginx.mediawiki rename to Proxying-with-nginx.md index 6088d2f..bdb34b9 100644 --- a/Proxying-with-nginx.mediawiki +++ b/Proxying-with-nginx.md @@ -1,4 +1,4 @@ -### Install Nginx +# Install Nginx You'll need a version of **Nginx** capable of proxying websocket traffic. Anything 1.3 or newer should work. To install the latest **Nginx** you can either: @@ -7,7 +7,7 @@ To install the latest **Nginx** you can either: Both options are documented on the [nginx wiki](http://wiki.nginx.org/Install). -###Configure Nginx +# Configure Nginx In Nginx you need 3 items in your config: 1. Upstream IP + port to the **websocketproxy.py** server