From fb4c50b6474cc810268112ec7927074805a4e44b Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Fri, 30 Jan 2009 04:19:43 +0000 Subject: [PATCH] Further elaboration. --- docs/evennia_wsgi_apache.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/evennia_wsgi_apache.conf b/docs/evennia_wsgi_apache.conf index bf466b607e..3c07eeefea 100644 --- a/docs/evennia_wsgi_apache.conf +++ b/docs/evennia_wsgi_apache.conf @@ -3,6 +3,10 @@ # things you'll need to change. They are commented below. Make sure # you read and understand the stuff below. + # Copy this file to your apache2 vhosts directory before editing. + # This file is merely a template. The vhost directory is usually + # something like /etc/apache2/sites-enabled/. + # You'll want to replace the following with your domain info. ServerName dev.evennia.com ServerAlias www.dev.evennia.com