8232: Remove outdated/misleading Docker install
[arvados.git] / docker / arv-web / apache2_vhost
diff --git a/docker/arv-web/apache2_vhost b/docker/arv-web/apache2_vhost
deleted file mode 100644 (file)
index 5268201..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<VirtualHost *:80>
-  # 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>