Skip to content

Commit d84a547

Browse files
authored
Update apache2.conf
1 parent 2f43884 commit d84a547

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

install/ubuntu/16.10/apache2/apache2.conf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,11 @@ Include conf.d/
8484

8585
# Include the virtual host configurations:
8686
#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

Comments
 (0)