Added Custom Error messages
This commit is contained in:
parent
80b49c6185
commit
20b27713bd
9 changed files with 186 additions and 2 deletions
|
|
@ -3,6 +3,7 @@ FROM haproxy:1.8-alpine
|
|||
RUN apk add --no-cache bash
|
||||
|
||||
COPY entrypoint.sh /
|
||||
COPY assets/errors-custom/* /etc/haproxy/errors-custom/
|
||||
|
||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||
CMD ["haproxy", "-f", "/usr/local/etc/haproxy/haproxy.cfg"]
|
||||
CMD ["haproxy", "-f", "/etc/haproxy/haproxy.cfg"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue