Apisix启动时自动添加了http_configuration_snippet配置 #11243
Unanswered
OldDriver666
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
config-default文件里没有配置http_configuration_snippet,但是启动时生成的nginx.conf文件里多了一行
#http configuration snippet starts
lua_shared_dict apiSpace 10m;
#http configuration snippet ends
这个配置,导致在custom_lua_shared_dict中配置的apiSpace的shared_dict无法生效,各位大佬能不能帮忙分析下是什么原因
Beta Was this translation helpful? Give feedback.
All reactions