fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5c90ae8
)
Poprawienie składni w przykładzie ustawień Virtual Hosta dla Apache.
author
Marek Stępniowski
<marek@stepniowski.com>
Mon, 19 Oct 2009 22:52:36 +0000
(
00:52
+0200)
committer
Marek Stępniowski
<marek@stepniowski.com>
Mon, 19 Oct 2009 22:52:36 +0000
(
00:52
+0200)
wolnelektury.vhost.template
patch
|
blob
|
history
diff --git
a/wolnelektury.vhost.template
b/wolnelektury.vhost.template
index
959b164
..
7d44557
100644
(file)
--- a/
wolnelektury.vhost.template
+++ b/
wolnelektury.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>