Browse Source

Fix default Options.

tags/v0.37.4
Adrien Bréfort 10 years ago
parent
commit
3612927174
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      apache/vhosts/standard.tmpl

+ 1
- 1
apache/vhosts/standard.tmpl View File

@@ -24,7 +24,7 @@

'Directory_default': '{0}/{1}'.format(map.wwwdir, sitename),
'Directory': {
'Options': '-Indexes FollowSymLinks',
'Options': '-Indexes +FollowSymLinks',
'Order': 'allow,deny',
'Allow': 'from all',
'Require': 'all granted',

Loading…
Cancel
Save