aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-12-28 19:31:00 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2015-12-28 19:31:00 +0100
commitf0faef6a1b88210768e5a6e7c483c2617b522387 (patch)
tree9b302a3b49e77e89a569daf9dd29ae2422f95f02 /docs
parentf8b7f773ec551ed76f61b6193f2aaedb53f93e90 (diff)
downloadbugs-f0faef6a1b88210768e5a6e7c483c2617b522387.tar
bugs-f0faef6a1b88210768e5a6e7c483c2617b522387.tar.gz
bugs-f0faef6a1b88210768e5a6e7c483c2617b522387.tar.bz2
bugs-f0faef6a1b88210768e5a6e7c483c2617b522387.tar.xz
bugs-f0faef6a1b88210768e5a6e7c483c2617b522387.zip
Bug 1235415: Use "AllowOverride All" everywhere
Diffstat (limited to 'docs')
-rw-r--r--docs/en/rst/installing/quick-start.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/rst/installing/quick-start.rst b/docs/en/rst/installing/quick-start.rst
index c9c7b2d26..c2da8da23 100644
--- a/docs/en/rst/installing/quick-start.rst
+++ b/docs/en/rst/installing/quick-start.rst
@@ -117,7 +117,7 @@ Paste in the following and save:
AddHandler cgi-script .cgi
Options +ExecCGI
DirectoryIndex index.cgi index.html
- AllowOverride Limit FileInfo Indexes Options
+ AllowOverride All
</Directory>
:command:`a2ensite bugzilla`