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
|
mode http
|
||||||
option httpclose
|
option httpclose
|
||||||
option forwardfor
|
option forwardfor
|
||||||
default_backend web_server
|
default_backend rgw
|
||||||
|
|
||||||
frontend https_frontend
|
frontend https_frontend
|
||||||
bind *:443 ssl crt /etc/ceph/radosgw-key-cert.pem
|
bind *:443 ssl crt /etc/ceph/radosgw-key-cert.pem
|
||||||
|
@ -39,9 +39,9 @@ frontend https_frontend
|
||||||
option httpclose
|
option httpclose
|
||||||
option forwardfor
|
option forwardfor
|
||||||
reqadd X-Forwarded-Proto:\ https
|
reqadd X-Forwarded-Proto:\ https
|
||||||
default_backend web_server
|
default_backend rgw
|
||||||
|
|
||||||
backend web_server
|
backend rgw
|
||||||
mode http
|
mode http
|
||||||
balance roundrobin
|
balance roundrobin
|
||||||
cookie RADOSGWLB insert indirect nocache
|
cookie RADOSGWLB insert indirect nocache
|
||||||
|
|
Loading…
Reference in New Issue