Skip to content
Snippets Groups Projects
Commit 70ae79b9 authored by Adrien "ze" Urban's avatar Adrien "ze" Urban
Browse files

vhosts/standard: Directory_default to DocumentRoot

parent 7bac5c7c
Branches
Tags
No related merge requests found
......@@ -28,7 +28,7 @@
'Timeout': site.get('Timeout'),
'LimitRequestFields': site.get('LimitRequestFields'),
'Directory_default': '{0}/{1}'.format(map.wwwdir, sitename),
'Directory_default': site.get('DocumentRoot', '{0}/{1}'.format(map.wwwdir, sitename)),
'Directory': {
'Options': '-Indexes +FollowSymLinks',
'Order': 'allow,deny',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment