X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/cf265108541da0a0f54e2b4517ce9441e8ccf795..7467ef6a69270fb9e502d7d630b50bb17615dc35:/platforma.vhost.template 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