summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-12-28 19:28:13 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2015-12-28 19:28:13 +0100
commit17019bea40ba3d9fad55300e4872ab0fcf112382 (patch)
tree0fc7e633e061c714592ea3b69cc3841912b7e1e6 /docs
parent8bbc156ca9a4bf3bfff8a9b7014a002808b1b7f0 (diff)
downloadbugzilla-17019bea40ba3d9fad55300e4872ab0fcf112382.tar.gz
bugzilla-17019bea40ba3d9fad55300e4872ab0fcf112382.tar.xz
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 848532a9d..9f510027c 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`