mirror of https://github.com/BOINC/boinc.git
tools: Fix typo in make_project.
This commit is contained in:
parent
8c7aef5b99
commit
f8d2cfdff3
|
@ -326,7 +326,7 @@ print >>open(httpd_conf_template_filename,'w'), '''
|
||||||
|
|
||||||
# in the following, the "Order" and "Allow" lines are for Apache 2.2;
|
# in the following, the "Order" and "Allow" lines are for Apache 2.2;
|
||||||
# for Apache 2.4, replace them with the single line
|
# for Apache 2.4, replace them with the single line
|
||||||
* Require all granted
|
# Require all granted
|
||||||
|
|
||||||
<Directory "%(proot)s/html">
|
<Directory "%(proot)s/html">
|
||||||
Options Indexes FollowSymlinks MultiViews
|
Options Indexes FollowSymlinks MultiViews
|
||||||
|
|
Loading…
Reference in New Issue