From d03b214f24792f59165f80c9938856749fe06e21 Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Thu, 30 Apr 2009 06:17:51 +0000 Subject: [PATCH] Add FollowSymLinks to the media directory by default. --- docs/evennia_wsgi_apache.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/evennia_wsgi_apache.conf b/docs/evennia_wsgi_apache.conf index 3c07eeefea..3a03131333 100644 --- a/docs/evennia_wsgi_apache.conf +++ b/docs/evennia_wsgi_apache.conf @@ -34,7 +34,7 @@ Alias /media/ "/home/evennia/evennia/game/web/media/" Order allow,deny - Options Indexes + Options Indexes FollowSymLinks Allow from all IndexOptions FancyIndexing