summaryrefslogtreecommitdiff
path: root/templates/apache2.conf.trusty.erb
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-08-30 16:52:08 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-08-30 16:52:08 -0300
commit0fdb47fe6092bc6d453927e722bea9b6318a9447 (patch)
tree137d8cdfc4c7da5ed111e46625f07314ddf7c3ad /templates/apache2.conf.trusty.erb
parent79ff1cf65fbdd42d8deaf55ae4adf051fd322e18 (diff)
downloadpuppet-apache-0fdb47fe6092bc6d453927e722bea9b6318a9447.tar.gz
puppet-apache-0fdb47fe6092bc6d453927e722bea9b6318a9447.tar.bz2
Comment out ErrorDocument
Diffstat (limited to 'templates/apache2.conf.trusty.erb')
-rw-r--r--templates/apache2.conf.trusty.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/apache2.conf.trusty.erb b/templates/apache2.conf.trusty.erb
index b68f822..5886ac2 100644
--- a/templates/apache2.conf.trusty.erb
+++ b/templates/apache2.conf.trusty.erb
@@ -455,7 +455,7 @@ ServerSignature Off
#ErrorDocument 404 "/cgi-bin/missing_handler.pl"
#ErrorDocument 402 http://www.example.com/subscription_info.html
#
-ErrorDocument 404 http://<%= @domain %>/missing.html
+#ErrorDocument 404 http://<%= @domain %>/missing.html
#
# Putting this all together, we can internationalize error responses.