diff options
Diffstat (limited to 'conf-available')
-rw-r--r-- | conf-available/errorpage.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf-available/errorpage.conf b/conf-available/errorpage.conf index e52fb3f..26071e6 100644 --- a/conf-available/errorpage.conf +++ b/conf-available/errorpage.conf @@ -12,6 +12,7 @@ Alias /errorpage/413 /etc/apache2/customization/errorpage/413.shtml Alias /errorpage/414 /etc/apache2/customization/errorpage/414.shtml Alias /errorpage/415 /etc/apache2/customization/errorpage/415.shtml + Alias /errorpage/429 /etc/apache2/customization/errorpage/429.shtml Alias /errorpage/500 /etc/apache2/customization/errorpage/500.shtml Alias /errorpage/501 /etc/apache2/customization/errorpage/501.shtml Alias /errorpage/503 /etc/apache2/customization/errorpage/503.shtml @@ -30,6 +31,7 @@ ErrorDocument 413 /errorpage/413 ErrorDocument 414 /errorpage/414 ErrorDocument 415 /errorpage/415 + ErrorDocument 429 /errorpage/429 ErrorDocument 500 /errorpage/500 ErrorDocument 501 /errorpage/501 ErrorDocument 503 /errorpage/503 |