aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/templates/vhost_simple.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/apache/templates/vhost_simple.conf')
-rw-r--r--modules/apache/templates/vhost_simple.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/apache/templates/vhost_simple.conf b/modules/apache/templates/vhost_simple.conf
new file mode 100644
index 00000000..ec39b192
--- /dev/null
+++ b/modules/apache/templates/vhost_simple.conf
@@ -0,0 +1,9 @@
+<VirtualHost *:80>
+ ServerName <%= name %>
+ DocumentRoot <%= location %>
+
+ <Location />
+ Allow from all
+ </Location>
+</VirtualHost>
+