From fc9a09da4eebb307e4d273b4c0999c5ee7f9bd49 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 5 Dec 2020 14:09:16 -0300 Subject: Feat: some handy macros --- templates/macros.erb | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/templates/macros.erb b/templates/macros.erb index 28038c0..3b5f9e3 100644 --- a/templates/macros.erb +++ b/templates/macros.erb @@ -47,6 +47,46 @@ # end site config + + # begin site config + /$name/www> + Options Indexes Includes FollowSymLinks MultiViews + AllowOverride All + Require all granted + + # end site config + + + + # begin site config + /$name/web> + Options Indexes Includes FollowSymLinks MultiViews + AllowOverride All + Require all granted + + # end site config + + + + # begin site config + /$name/src> + Options Indexes Includes FollowSymLinks MultiViews + AllowOverride All + Require all granted + + # end site config + + + + # begin site config + /$name/html> + Options Indexes Includes FollowSymLinks MultiViews + AllowOverride All + Require all granted + + # end site config + + # begin trac config -- cgit v1.2.3