[packages/stikked] tabs
glen
glen at pld-linux.org
Sat Mar 29 12:57:23 CET 2014
commit de924a04540863d498ebe2fcd3bbd102f40e303f
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sat Mar 29 13:57:13 2014 +0200
tabs
apache.conf | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/apache.conf b/apache.conf
index c601f5f..d40c4b4 100644
--- a/apache.conf
+++ b/apache.conf
@@ -43,13 +43,13 @@ Alias /stikked /usr/share/stikked
</Directory>
<Directory ~ "/usr/share/stikked/(system|application)">
- # Apache 2.x
- <IfModule !mod_authz_core.c>
- Order deny,allow
- Deny from all
- </IfModule>
- # Apache 2.4
- <IfModule mod_authz_core.c>
- Require all denied
- </IfModule>
+ # Apache 2.x
+ <IfModule !mod_authz_core.c>
+ Order deny,allow
+ Deny from all
+ </IfModule>
+ # Apache 2.4
+ <IfModule mod_authz_core.c>
+ Require all denied
+ </IfModule>
</Directory>
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/stikked.git/commitdiff/de924a04540863d498ebe2fcd3bbd102f40e303f
More information about the pld-cvs-commit
mailing list