Commit 7b8a3333 authored by 吴文龙's avatar 吴文龙

fix

parent 8d554a58
......@@ -67,19 +67,21 @@ frontend http-in
http-request add-header "X-Forwarded-Proto" "http"
acl iot-interface_acl path_beg /iot/
acl iot-dbapi_acl path_beg /api/dbapi/
acl transport_http_acl path_beg /api/v1/
acl letsencrypt_http_acl path_beg /.well-known/acme-challenge/
acl tb_api_acl path_beg /api/ /swagger /webjars /v2/ /v3/ /static/rulenode/ /oauth2/ /login/oauth2/ /static/widgets/
acl iot-interface_acl path_beg /iot/
acl iot-dbapi_acl path_beg /api/dbapi/
redirect scheme https if !letsencrypt_http_acl !transport_http_acl { env(FORCE_HTTPS_REDIRECT) -m str true }
use_backend iot-interface-backend if iot-interface_acl
use_backend iot-dbapi-backend if iot-dbapi_acl
use_backend letsencrypt_http if letsencrypt_http_acl
use_backend tb-http-backend if transport_http_acl
use_backend tb-api-backend if tb_api_acl
use_backend iot-interface-backend if iot-interface_acl
use_backend iot-dbapi-backend if iot-dbapi_acl
default_backend tb-web-backend
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment