Procházet zdrojové kódy

Add Apache error documents

Vengance před 9 roky
rodič
revize
942c600749
1 změnil soubory, kde provedl 8 přidání a 0 odebrání
  1. 8 0
      install/debian/8/apache2/apache2.conf

+ 8 - 0
install/debian/8/apache2/apache2.conf

@@ -84,3 +84,11 @@ Include conf.d/
 
 # Include the virtual host configurations:
 #Include sites-enabled/
+
+ErrorDocument 403 /error/403.html
+ErrorDocument 404 /error/404.html
+ErrorDocument 500 /error/50x.html
+ErrorDocument 501 /error/50x.html
+ErrorDocument 502 /error/50x.html
+ErrorDocument 503 /error/50x.html
+ErrorDocument 506 /error/50x.html