~mitchburton/landscape-charm/op-framework

« back to all changes in this revision

Viewing changes to src/haproxy-config.yaml

  • Committer: Mitch Burton
  • Date: 2022-09-27 21:49:01 UTC
  • Revision ID: mitch.burton@canonical.com-20220927214901-eci2dazeocjb7m67
ensure worker_counts config var is used.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    - option httpchk HEAD / HTTP/1.0
26
26
    - http-request set-header X-Forwarded-Proto https
27
27
    - acl message path_beg -i /message-system
28
 
    - acl attachment path_beg -i /api
 
28
    - acl attachment path_beg -i /attachment
29
29
    - acl api path_beg -i /api
30
30
    - acl prometheus_metrics path_beg -i /metrics
31
31
    - acl ping path_beg -i /ping