Browse code

apparently apache cannot handle comments on non-empty lines

Roger Dingledine authored on 23/10/2014 04:40:13
Showing 1 changed files
... ...
@@ -75,7 +75,8 @@ rsync -aq --delete rsync://rsync.torproject.org/dist-mirror/ /var/www/mirrors/to
75 75
     DocumentRoot /var/www/mirrors/torproject.org<br/>
76 76
 
77 77
     &lt;Directory /var/www/mirrors/torproject.org/&gt;<br/>
78
-        Options MultiViews Indexes # Be sure to enable the autoindex and negotiation modules<br/>
78
+        # Be sure to enable the autoindex and negotiation modules<br/>
79
+        Options MultiViews Indexes<br/>
79 80
         DirectoryIndex index<br/>
80 81
         AllowOverride None<br/>
81 82
     &lt;/Directory&gt;<br/>