summaryrefslogtreecommitdiff
path: root/roles/cgit/templates/vhost.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/cgit/templates/vhost.conf.j2')
-rw-r--r--roles/cgit/templates/vhost.conf.j29
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/cgit/templates/vhost.conf.j2 b/roles/cgit/templates/vhost.conf.j2
new file mode 100644
index 0000000..b3e2149
--- /dev/null
+++ b/roles/cgit/templates/vhost.conf.j2
@@ -0,0 +1,9 @@
+<VirtualHost *:80>
+ Include sites/{{ git_server_name }}/repocreate-plain.conf
+ Include sites/{{ git_server_name }}/server.conf
+</VirtualHost>
+<VirtualHost *:443>
+ Include sites/{{ git_server_name }}/ssl.conf
+ Include sites/{{ git_server_name }}/repocreate-ssl.conf
+ Include sites/{{ git_server_name }}/server.conf
+</VirtualHost>