We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f853e5a commit 2f43884Copy full SHA for 2f43884
install/ubuntu/16.04/apache2/apache2.conf
@@ -84,3 +84,11 @@ Include conf.d/
84
85
# Include the virtual host configurations:
86
#Include sites-enabled/
87
+
88
+ErrorDocument 403 /error/403.html
89
+ErrorDocument 404 /error/404.html
90
+ErrorDocument 500 /error/50x.html
91
+ErrorDocument 501 /error/50x.html
92
+ErrorDocument 502 /error/50x.html
93
+ErrorDocument 503 /error/50x.html
94
+ErrorDocument 506 /error/50x.html
0 commit comments