summaryrefslogtreecommitdiffstats
path: root/vagrant_support
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-12-20 19:50:12 +0100
committerGitHub <noreply@github.com>2017-12-20 19:50:12 +0100
commit7754ea1c7cab26b5b40e7653f1d6cbe7d246c975 (patch)
treeed39b1672e477e22ca5f5a3c8afd075e29c25750 /vagrant_support
parentd87c64e5805adb4bae54b10d517c10463a9251fc (diff)
downloadbugzilla-7754ea1c7cab26b5b40e7653f1d6cbe7d246c975.tar.gz
bugzilla-7754ea1c7cab26b5b40e7653f1d6cbe7d246c975.tar.xz
Bug 1361890 - Remove asset concatenation
Diffstat (limited to 'vagrant_support')
-rw-r--r--vagrant_support/apache.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant_support/apache.j2 b/vagrant_support/apache.j2
index 1de3d8faa..0a39125ce 100644
--- a/vagrant_support/apache.j2
+++ b/vagrant_support/apache.j2
@@ -15,7 +15,7 @@ PerlConfigRequire /vagrant/mod_perl.pl
<Directory "/vagrant">
DirectoryIndex index.cgi
Options Indexes FollowSymLinks ExecCGI
- AllowOverride All
+ AllowOverride None
Allow from all
</Directory>
</VirtualHost>