X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/f938afb8ab4cb091d12e0ef0311eaea14b774798..2884e819e72ed4c645fbdf1a3b6e2b437cd90187:/redakcja.vhost.template

diff --git a/redakcja.vhost.template b/redakcja.vhost.template
index fbd21a9a..0c56cbd1 100644
--- a/redakcja.vhost.template
+++ b/redakcja.vhost.template
@@ -1,20 +1,18 @@
 <VirtualHost *:80>
     ServerName $DOMAIN
-    ServerAlias $DOMAIN_ALIASES
     ServerAdmin $ADMIN_EMAIL
 
     WSGIDaemonProcess $PROJECT_NAME user=$WSGI_USER group=$WSGI_USER processes=$WSGI_PROCESSES threads=$WSGI_THREADS display-name=%{GROUP}
     WSGIProcessGroup $PROJECT_NAME
 
-    WSGIScriptAlias / $WSGI_TARGET
+    WSGIScriptAlias / $WSGI_FILE
     <Directory $WSGI_DIR>
         Order allow,deny
         allow from all
     </Directory>
 
-    Alias /media $MEDIA_ROOT
-    <Directory $MEDIA_ROOT >
-        Options Indexes, FollowLinks
+    Alias /media $MEDIA_DIR
+    <Directory $MEDIA_DIR>
         Order allow,deny
         Allow from all
     </Directory>