Openresty Principles and Concepts (15) What should I do if there is a conflict between Lua rules and NGINX configuration files?

What should I do if a   Lua rule conflicts with the NGINX configuration file?

①   OpenResty’s name and language

说明: 了解'openresty'的发展史

②Rule   priority of configuration file

1) 如何'各司其职'

2) 都能'满足'功能,该如何'取舍'

理解: 

  1) rewrite ... break 到'POST_WRITE'阶段

  2) 而rewrite_by_lua* 默认是'REWRITE'最后执行阶段,可以理解为在'POST_WRITE'之后

openresty best practices     best practices    best practices    best practices     recommended reading best practice   books   lua waf

③Why   does my code report an error?

travis integration

④Confusion  about null values

提醒自己: 保证代码'逻辑处理'要'健壮'

East-west traffic, north-south traffic 

⑤What  exactly is API gateway ?

说明: 后续通过'Spring Gateway'深入理解'网关'的作用

⑥  Answer questions and solve doubts

The openresty extended resolver command    shows that the specified local custom dns resolves    other references

Why can't my domain name be resolved?

Submit a PR request

Guess you like

Origin blog.csdn.net/wzj_110/article/details/131405192