Add 'apps/arv-web/' from commit 'f9732ad8460d013c2f28363655d0d1b91894dca5'
[arvados.git] / apps / arv-web / static / git-favicon.png
diff --git a/apache2_vhost b/apache2_vhost
deleted file mode 100644 (file)
index dad4a9b..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<VirtualHost *:80>
-
-  ServerName arv-web
-  ServerAdmin sysadmin@curoverse.com
-
-  # Index file and Document Root (where the public files are located)
-  DirectoryIndex index.html
-  DocumentRoot /mnt/public
-  RackBaseURI /
-
-  LogLevel warn
-  ErrorLog  ${APACHE_LOG_DIR}/error.log
-  CustomLog ${APACHE_LOG_DIR}/access.log combined
-
-  <Directory /mnt/public>
-    Options Indexes IncludesNoExec
-    Options -MultiViews
-    AllowOverride All
-    Order allow,deny
-    Allow from all
-  </Directory>
-
-</VirtualHost>