File diff 5531cf7457bb → 3ea00297ecd7
apache2/sites-available/sfconservancy.org
Show inline comments
...
 
@@ -27,12 +27,19 @@ NameVirtualHost 10.10.11.21:80
 
             Options -Indexes FollowSymLinks -MultiViews
 
             Order allow,deny
 
             allow from all
 
             AllowOverride None
 
        </Directory>
 

	
 
        <Directory /var/www/conservancy/static/source>
 
             Options Indexes FollowSymLinks -MultiViews
 
             Order allow,deny
 
             allow from all
 
             AllowOverride None
 
        </Directory>
 

	
 
        PythonPath "['/var/www'] + sys.path"
 
        SetEnv DJANGO_SETTINGS_MODULE conservancy.settings
 
        PythonDebug Off
 
        PythonPostReadRequestHandler conservancy_wrapper
 

	
 
        PythonOutputFilter modpythoncustom DJANGOTEMPLATE