fnp
/
redakcja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
409a238
)
Poprawienie szablonu Virtual Hosta dla Apache.
author
zuber
<marek@stepniowski.com>
Tue, 20 Oct 2009 12:00:21 +0000
(14:00 +0200)
committer
zuber
<marek@stepniowski.com>
Tue, 20 Oct 2009 12:00:21 +0000
(14:00 +0200)
platforma.vhost.template
patch
|
blob
|
history
diff --git
a/platforma.vhost.template
b/platforma.vhost.template
index
959b164
..
7d44557
100644
(file)
--- a/
platforma.vhost.template
+++ b/
platforma.vhost.template
@@
-7,28
+7,28
@@
WSGIScriptAlias / %(path)s/%(project_name)s.wsgi
<Directory %(path)s>
WSGIScriptAlias / %(path)s/%(project_name)s.wsgi
<Directory %(path)s>
- Order allow,
deny
+ Order allow,deny
allow from all
</Directory>
Alias /media %(path)s/media
<Directory %(path)s/media>
Options Indexes
allow from all
</Directory>
Alias /media %(path)s/media
<Directory %(path)s/media>
Options Indexes
- Order allow,
deny
+ Order allow,deny
Allow from all
</Directory>
Alias /admin-media %(path)s/admin-media
<Directory %(path)s/admin-media>
Options Indexes
Allow from all
</Directory>
Alias /admin-media %(path)s/admin-media
<Directory %(path)s/admin-media>
Options Indexes
- Order allow,
deny
+ 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>
Options Indexes
Allow from all
</Directory>
Alias /static %(path)s/releases/current/%(project_name)s/static
<Directory %(path)s/releases/current/%(project_name)s/static>
Options Indexes
- Order allow,
deny
+ Order allow,deny
Allow from all
</Directory>
Allow from all
</Directory>