mirror of https://github.com/ceph/ceph-ansible.git
more meaningful backend name
parent
ecdd54d6f9
commit
8841b9d37a
|
@ -31,7 +31,7 @@ frontend http_frontend
|
|||
mode http
|
||||
option httpclose
|
||||
option forwardfor
|
||||
default_backend web_server
|
||||
default_backend rgw
|
||||
|
||||
frontend https_frontend
|
||||
bind *:443 ssl crt /etc/ceph/radosgw-key-cert.pem
|
||||
|
@ -39,9 +39,9 @@ frontend https_frontend
|
|||
option httpclose
|
||||
option forwardfor
|
||||
reqadd X-Forwarded-Proto:\ https
|
||||
default_backend web_server
|
||||
default_backend rgw
|
||||
|
||||
backend web_server
|
||||
backend rgw
|
||||
mode http
|
||||
balance roundrobin
|
||||
cookie RADOSGWLB insert indirect nocache
|
||||
|
|
Loading…
Reference in New Issue