From 1b77fbabd99cc9a3a2c9b165a12b089f961a9b74 Mon Sep 17 00:00:00 2001 From: MartinFarrent Date: Thu, 24 May 2012 15:24:56 -0700 Subject: [PATCH] Updated Running a public or community server (markdown) --- Running-a-public-or-community-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Running-a-public-or-community-server.md b/Running-a-public-or-community-server.md index b0672d1..86b53ed 100644 --- a/Running-a-public-or-community-server.md +++ b/Running-a-public-or-community-server.md @@ -20,7 +20,7 @@ One pertains to the operating system. Our advice is to use Debian unless you are ***Web server*** -If you are comfortable with the idea, use Nginx - it offers superior performance to Apache and can handle around twice as many users on average. For bonus points, using Debian and Nginx lets you use the [Debian install script](https://github.com/Keith2/lowendscript-ng) to setup your server almost automatically in ten minutes flat (literally). You can, of course, use Apache without any problems if your server is already set up and installed, but you won't be able to host as many people on your site as an Nginx server. +If you are comfortable with the idea, use Nginx - it offers superior performance to Apache and can handle around twice as many users on average. For bonus points, using Debian and Nginx lets you use the [Debian install script](https://github.com/Keith2/lowendscript-ng) to set up your server almost automatically in ten minutes flat (literally!). You can, of course, use Apache without any problems if your server is already set up and installed, but you won't be able to host as many people on your site as an Nginx server. On a public or community server, you'll need to block the use of the prefix 'www'. Some people still go to the effort of inserting www into web addresses. This breaks things. Use an Nginx rule or Apache redirect to send http://www.domain.com traffic to plain http://domain.com