]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache1-errordocs.conf
- fix shell syntax
[packages/apache1.git] / apache1-errordocs.conf
index 3e884949875cada8ed461bbfe9dcca1a9c97f07f..c396ff292b942f3c4bd43672c6e37b9e0574aa1d 100644 (file)
@@ -3,9 +3,9 @@
 <IfModule mod_alias.c>
 Alias /errordocs/ "/home/services/apache/errordocs/"
 <Directory /home/services/apache/errordocs/>
-    AllowOverride None
-    Options IncludesNoExec FollowSymLinks
-    Allow from all
+       AllowOverride None
+       Options IncludesNoExec FollowSymLinks
+       Allow from all
 </Directory>
 
 ErrorDocument 400      /errordocs/400.shtml
@@ -21,5 +21,3 @@ ErrorDocument 414     /errordocs/414.shtml
 ErrorDocument 500      /errordocs/500.shtml
 ErrorDocument 503      /errordocs/503.shtml
 </IfModule>
-
-# vim: filetype=apache ts=4 sw=4 et
This page took 0.027645 seconds and 4 git commands to generate.