aboutsummaryrefslogtreecommitdiffstats
path: root/conf-available/errorpage.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf-available/errorpage.conf')
-rw-r--r--conf-available/errorpage.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf-available/errorpage.conf b/conf-available/errorpage.conf
index 26071e6..314e195 100644
--- a/conf-available/errorpage.conf
+++ b/conf-available/errorpage.conf
@@ -15,6 +15,7 @@
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/502 /etc/apache2/customization/errorpage/502.shtml
Alias /errorpage/503 /etc/apache2/customization/errorpage/503.shtml
Alias /errorpage/504 /etc/apache2/customization/errorpage/504.shtml
@@ -34,6 +35,7 @@
ErrorDocument 429 /errorpage/429
ErrorDocument 500 /errorpage/500
ErrorDocument 501 /errorpage/501
+ ErrorDocument 502 /errorpage/502
ErrorDocument 503 /errorpage/503
ErrorDocument 504 /errorpage/504