~ubuntu-branches/ubuntu/quantal/haproxy/quantal

« back to all changes in this revision

Viewing changes to examples/errorfiles/README

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Cornet
  • Date: 2007-08-17 09:33:41 UTC
  • Revision ID: james.westby@ubuntu.com-20070817093341-h0t6aeeoyzo25z3r
Tags: upstream-1.3.12.dfsg
ImportĀ upstreamĀ versionĀ 1.3.12.dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
These files are default error files that can be customized
 
2
if necessary. They are complete HTTP responses, so that
 
3
everything is possible, including using redirects or setting
 
4
special headers.
 
5
 
 
6
They can be used with the 'errorfile' keyword like this :
 
7
 
 
8
    errorfile 503 /etc/haproxy/errors/503.http
 
9