frontend http
bind *:8000
acl v1 hdr(ContentType) ??
acl users_create path_reg ^/users/create/?
use_backend users_create if users_create v1
リクエストには「Content-Type:application / vnd.hello.v1+json」が含まれます。v1の部分だけをどのように一致させることができるかわかりません。
ありがとう!