File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3636
3737 <Directory {tmpl_var name='web_document_root_www'}>
3838 Options FollowSymLinks
39- AllowOverride Indexes AuthConfig Limit
39+ AllowOverride Indexes AuthConfig Limit FileInfo
4040 Order allow,deny
4141 Allow from all
4242<tmpl_if name='ssi' op='==' value='y'>
5656 </Directory>
5757 <Directory {tmpl_var name='web_document_root'}>
5858 Options FollowSymLinks
59- AllowOverride Indexes AuthConfig Limit
59+ AllowOverride Indexes AuthConfig Limit FileInfo
6060 Order allow,deny
6161 Allow from all
6262<tmpl_if name='ssi' op='==' value='y'>
185185
186186 <Directory {tmpl_var name='web_document_root_www'}>
187187 Options FollowSymLinks
188- AllowOverride Indexes AuthConfig Limit
188+ AllowOverride Indexes AuthConfig Limit FileInfo
189189 Order allow,deny
190190 Allow from all
191191<tmpl_if name='ssi' op='==' value='y'>
205205 </Directory>
206206 <Directory {tmpl_var name='web_document_root'}>
207207 Options FollowSymLinks
208- AllowOverride Indexes AuthConfig Limit
208+ AllowOverride Indexes AuthConfig Limit FileInfo
209209 Order allow,deny
210210 Allow from all
211211<tmpl_if name='ssi' op='==' value='y'>
292292</VirtualHost>
293293</IfModule>
294294
295- </tmpl_if>
295+ </tmpl_if>
You can’t perform that action at this time.
0 commit comments