diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-12-20 19:50:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-20 19:50:12 +0100 |
commit | 7754ea1c7cab26b5b40e7653f1d6cbe7d246c975 (patch) | |
tree | ed39b1672e477e22ca5f5a3c8afd075e29c25750 /vagrant_support | |
parent | d87c64e5805adb4bae54b10d517c10463a9251fc (diff) | |
download | bugzilla-7754ea1c7cab26b5b40e7653f1d6cbe7d246c975.tar.gz bugzilla-7754ea1c7cab26b5b40e7653f1d6cbe7d246c975.tar.xz |
Bug 1361890 - Remove asset concatenation
Diffstat (limited to 'vagrant_support')
-rw-r--r-- | vagrant_support/apache.j2 | 2 |
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> |