What should this say?

ServerName ${DOM}
ServerAlias www.${DOM}
DocumentRoot ${HOME}/public_html
ErrorLog ${HOME}/logs/error_log
CustomLog ${HOME}/logs/access_log common
ScriptAlias /cgi-bin/ ${HOME}/cgi-bin/
< Directory ${HOME}/public_html>
Options Indexes IncludesNOEXEC FollowSymLinks
allow from all
< /Directory>

In one domain I had the[ Directory ${Home}/public_html set to
${Home}/cgi-bin

Which one is correct?

This comes from the edit server template of virtualmin.