peterguo vor 2 Monaten
Ursprung
Commit
7db2eb4789
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  1. 0 2
      openresty/nginx.conf

+ 0 - 2
openresty/nginx.conf

@@ -93,8 +93,6 @@ http {
 
     # 定义共享内存区域
     lua_shared_dict env_cache 10m;
-    # 添加Lua脚本路径
-    lua_package_cpath "/usr/local/openresty/lualib/resty/?.so;;";
 
     include /etc/nginx/conf.d/*.conf;
     include /etc/nginx/sites-available/*.conf;