route_rule.data里面如何配置mod_static的顺序。 #895
Answered
by
yann-y
yann-y
asked this question in
Q&A (问题和回答)
-
"example_product": [ |
Beta Was this translation helpful? Give feedback.
Answered by
yann-y
Nov 22, 2021
Replies: 1 comment
-
"example_product": [ |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
yann-y
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"example_product": [
{
"Cond": "req_host_in("192.168.1.68") && req_method_in("GET") && ! req_path_prefix_in("/api|/q", true)",
"Action": {
"Cmd": "BROWSE",
有比这个更好的解决方案嘛,如果有很多,这个语句岂不是一长串。还有就是这样写前端无法负载均衡吧