We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77dd413 commit 81246beCopy full SHA for 81246be
1 file changed
install/hst-install-debian.sh
@@ -1070,9 +1070,11 @@ cp -rf $hestiacp/packages $HESTIA/data/
1070
cp -rf $hestiacp/templates $HESTIA/data/
1071
1072
mkdir -p /var/www/html
1073
+mkdir -p /var/www/document_errors
1074
1075
# Install default success page
1076
cp -rf $hestiacp/templates/web/unassigned/index.html /var/www/html/
1077
+cp -rf $hestiacp/templates/web/skel/document_errors/* /var/www/document_errors/
1078
1079
# Installing firewall rules
1080
cp -rf $hestiacp/firewall $HESTIA/data/
0 commit comments