Skip to content

Commit bc8f092

Browse files
committed
Set AllowOverride to all.
1 parent b36d50e commit bc8f092

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

server/conf/vhost.conf.master

Lines changed: 4 additions & 4 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 FileInfo
39+
AllowOverride All
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 FileInfo
59+
AllowOverride All
6060
Order allow,deny
6161
Allow from all
6262
<tmpl_if name='ssi' op='==' value='y'>
@@ -187,7 +187,7 @@
187187

188188
<Directory {tmpl_var name='web_document_root_www'}>
189189
Options FollowSymLinks
190-
AllowOverride Indexes AuthConfig Limit FileInfo
190+
AllowOverride All
191191
Order allow,deny
192192
Allow from all
193193
<tmpl_if name='ssi' op='==' value='y'>
@@ -207,7 +207,7 @@
207207
</Directory>
208208
<Directory {tmpl_var name='web_document_root'}>
209209
Options FollowSymLinks
210-
AllowOverride Indexes AuthConfig Limit FileInfo
210+
AllowOverride All
211211
Order allow,deny
212212
Allow from all
213213
<tmpl_if name='ssi' op='==' value='y'>

0 commit comments

Comments
 (0)