Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add comment that error files can now also be set in listen and backen…
…d sections
  • Loading branch information
darix committed Mar 11, 2022
commit 33f4d7ebb8e47909e1076a54f44917fdf81b5ca1
1 change: 1 addition & 0 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ haproxy:
- realm: 'Haproxy\ Statistics'
- auth: 'admin1:AdMiN123'

# the same can be set in a per backend/listen as well
errorfiles:
400: /etc/haproxy/errors/400.http
403: /etc/haproxy/errors/403.http
Expand Down