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