Commit 6835657d authored by Vitaly Lipatov's avatar Vitaly Lipatov

createbytask.int.sh: disable autoindex by default

parent 57677e93
......@@ -286,9 +286,10 @@ tune_apache2_mediawiki()
for i in mod_php7 status remoteip setenvif rewrite session include ; do
a2enmod $i
done
#for i in include; do
# a2dismod $i
#done
for i in autoindex; do
a2dismod $i
done
for i in httpd-multilang-errordoc ; do
a2disextra $i
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment