Skip to content

Commit 40f256b

Browse files
committed
Add Fileinfo to override options.
1 parent dbc5b2b commit 40f256b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

server/conf/vhost.conf.master

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
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'>
@@ -56,7 +56,7 @@
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'>
@@ -185,7 +185,7 @@
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'>
@@ -205,7 +205,7 @@
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'>
@@ -292,4 +292,4 @@
292292
</VirtualHost>
293293
</IfModule>
294294

295-
</tmpl_if>
295+
</tmpl_if>

0 commit comments

Comments
 (0)