X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/7317a9b9b96315590e55d3b9447039e2efd00b10..4b5ed2ce2a3a8bf845c2831666661365e0c09f09:/wolnelektury.vhost.template

diff --git a/wolnelektury.vhost.template b/wolnelektury.vhost.template
index 7d4455730..b077499ad 100644
--- a/wolnelektury.vhost.template
+++ b/wolnelektury.vhost.template
@@ -18,15 +18,8 @@
         Allow from all
     </Directory>
         
-    Alias /admin-media %(path)s/admin-media
-    <Directory %(path)s/admin-media>
-        Options Indexes
-        Order allow,deny
-        Allow from all
-    </Directory>
-
-    Alias /static %(path)s/releases/current/%(project_name)s/static
-    <Directory %(path)s/releases/current/%(project_name)s/static>
+    Alias /static %(path)s/releases/current/static
+    <Directory %(path)s/releases/current/static>
         Options Indexes
         Order allow,deny
         Allow from all