aboutsummaryrefslogtreecommitdiffstats
path: root/modules/catdap/templates/catdap_vhost.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/catdap/templates/catdap_vhost.conf')
-rw-r--r--modules/catdap/templates/catdap_vhost.conf15
1 files changed, 0 insertions, 15 deletions
diff --git a/modules/catdap/templates/catdap_vhost.conf b/modules/catdap/templates/catdap_vhost.conf
deleted file mode 100644
index a6a2f0b9..00000000
--- a/modules/catdap/templates/catdap_vhost.conf
+++ /dev/null
@@ -1,15 +0,0 @@
-<VirtualHost *:80>
- ServerName <%= catdap_vhost %>
- # Serve static content directly
- DocumentRoot <%= catdap_location %>/root
- Alias /static <%= catdap_location %>/root/static
-
- Alias / <%= catdap_location %>/script/catdap_fastcgi.pl/
-
- <Directory <%= catdap_location %>/script>
- Options +ExecCGI
- SetHandler fcgid-script
- Allow from all
- </Directory>
-</VirtualHost>
-