Skip to content

Commit dd56de1

Browse files
authored
Update default.tpl (hestiacp#3360)
Fix typo. Should not affect existing setup as sdocroot is allready docroot in 99,99% all setups...
1 parent 919f134 commit dd56de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/deb/templates/web/apache2/php-fpm/default.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<Directory %home%/%user%/web/%domain%/stats>
2424
AllowOverride All
2525
</Directory>
26-
<Directory %sdocroot%>
26+
<Directory %docroot%>
2727
AllowOverride All
2828
Options +Includes -Indexes +ExecCGI
2929
</Directory>

0 commit comments

Comments
 (0)