We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc9111 commit 7fe7ce7Copy full SHA for 7fe7ce7
1 file changed
install/hst-install-ubuntu.sh
@@ -1032,9 +1032,11 @@ cp -rf $hestiacp/packages $HESTIA/data/
1032
cp -rf $hestiacp/templates $HESTIA/data/
1033
1034
mkdir -p /var/www/html
1035
+mkdir -p /var/www/document_errors
1036
1037
# Install default success page
1038
cp -rf $hestiacp/templates/web/unassigned/index.html /var/www/html/
1039
+cp -rf $hestiacp/templates/web/skel/document_errors/* /var/www/document_errors/
1040
1041
# Installing firewall rules
1042
cp -rf $hestiacp/firewall $HESTIA/data/
0 commit comments