add missing apacheconf_htpasswddir dir

This commit is contained in:
Ante de Baas
2020-05-31 12:46:33 +02:00
parent 9ecd182a91
commit de061e7e36

View File

@@ -64,6 +64,7 @@
</command>
<command><![CDATA[chown root:0 {{settings.system.apacheconf_diroptions}}]]></command>
<command><![CDATA[chmod 0600 {{settings.system.apacheconf_diroptions}}]]></command>
<command><![CDATA[mkdir -p {{settings.system.apacheconf_htpasswddir}}]]></command>
<command><![CDATA[mkdir -p {{settings.system.documentroot_prefix}}]]></command>
<command><![CDATA[mkdir -p {{settings.system.logfiles_directory}}]]></command>
<command><![CDATA[mkdir -p {{settings.system.mod_fcgid_tmpdir}}]]></command>