From 50ffe8ba906ca2f3952f557cd2655fa7c34f0da5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 5 Dec 2020 14:23:53 -0300 Subject: Fix: cleanup macro definitions --- templates/macros.erb | 44 ++++++++++++-------------------------------- 1 file changed, 12 insertions(+), 32 deletions(-) (limited to 'templates') diff --git a/templates/macros.erb b/templates/macros.erb index 3b5f9e3..2c04117 100644 --- a/templates/macros.erb +++ b/templates/macros.erb @@ -37,54 +37,34 @@ # end wiki config - - # begin site config - /$name/site> + + # begin $name config + /$name/$folder> Options Indexes Includes FollowSymLinks MultiViews AllowOverride All Require all granted - # end site config + # end $name config + + + + Use DirectoryAllowAll $name site - # begin site config - /$name/www> - Options Indexes Includes FollowSymLinks MultiViews - AllowOverride All - Require all granted - - # end site config + Use DirectoryAllowAll $name www - # begin site config - /$name/web> - Options Indexes Includes FollowSymLinks MultiViews - AllowOverride All - Require all granted - - # end site config + Use DirectoryAllowAll $name web - # begin site config - /$name/src> - Options Indexes Includes FollowSymLinks MultiViews - AllowOverride All - Require all granted - - # end site config + Use DirectoryAllowAll $name src - # begin site config - /$name/html> - Options Indexes Includes FollowSymLinks MultiViews - AllowOverride All - Require all granted - - # end site config + Use DirectoryAllowAll $name html -- cgit v1.2.3