X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/cf265108541da0a0f54e2b4517ce9441e8ccf795..f9f061cab006c95dec8e972ce3989a0215756a81:/platforma.vhost.template?ds=sidebyside
diff --git a/platforma.vhost.template b/platforma.vhost.template
index 959b1645..7d445573 100644
--- a/platforma.vhost.template
+++ b/platforma.vhost.template
@@ -7,28 +7,28 @@
 
     WSGIScriptAlias / %(path)s/%(project_name)s.wsgi
     
-        Order allow, deny
+        Order allow,deny
         allow from all
     
 
     Alias /media %(path)s/media
     
         Options Indexes
-        Order allow, deny
+        Order allow,deny
         Allow from all
     
         
     Alias /admin-media %(path)s/admin-media
     
         Options Indexes
-        Order allow, deny
+        Order allow,deny
         Allow from all
     
 
     Alias /static %(path)s/releases/current/%(project_name)s/static
     
         Options Indexes
-        Order allow, deny
+        Order allow,deny
         Allow from all