diff --git a/apache2/sites-available/sfconservancy.org b/apache2/sites-available/sfconservancy.org index 532d65ffdf2562f6d871aee63715cdd4aa5b4893..c7def9c739ea521f06103d14dcb6b58d1349ba15 100644 --- a/apache2/sites-available/sfconservancy.org +++ b/apache2/sites-available/sfconservancy.org @@ -30,6 +30,13 @@ NameVirtualHost 10.10.11.21:80 AllowOverride None + + Options Indexes FollowSymLinks -MultiViews + Order allow,deny + allow from all + AllowOverride None + + PythonPath "['/var/www'] + sys.path" SetEnv DJANGO_SETTINGS_MODULE conservancy.settings PythonDebug Off