Jelajahi Sumber

Install custom error pages (403,403,50x)

Robert Zollner 6 tahun lalu
induk
melakukan
7fe7ce7a7c
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      install/hst-install-ubuntu.sh

+ 2 - 0
install/hst-install-ubuntu.sh

@@ -1032,9 +1032,11 @@ cp -rf $hestiacp/packages $HESTIA/data/
 cp -rf $hestiacp/templates $HESTIA/data/
 cp -rf $hestiacp/templates $HESTIA/data/
 
 
 mkdir -p /var/www/html
 mkdir -p /var/www/html
+mkdir -p /var/www/document_errors
 
 
 # Install default success page
 # Install default success page
 cp -rf $hestiacp/templates/web/unassigned/index.html /var/www/html/
 cp -rf $hestiacp/templates/web/unassigned/index.html /var/www/html/
+cp -rf $hestiacp/templates/web/skel/document_errors/* /var/www/document_errors/
 
 
 # Installing firewall rules
 # Installing firewall rules
 cp -rf $hestiacp/firewall $HESTIA/data/
 cp -rf $hestiacp/firewall $HESTIA/data/