大数据开发lua entry thread aborted: runtime error: /usr/local/openresty/lualib/controller.lua:37: attem

1
2
3
4
5
6
7
8
9
10
11
12
2020/10/27 21:21:03 [error] 12539#12539: *71 lua entry thread aborted: runtime error: /usr/local/openresty/lualib/controller.lua:37: attempt to index local 'shared_data' (a nil value)
stack traceback:
coroutine 0:
        /usr/local/openresty/lualib/controller.lua: in main chunk, client: 192.168.10.1, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "node1", referrer: "http://node1/"
2020/10/27 21:21:03 [error] 12539#12539: *73 lua entry thread aborted: runtime error: /usr/local/openresty/lualib/controller.lua:37: attempt to index local 'shared_data' (a nil value)
stack traceback:
coroutine 0:
        /usr/local/openresty/lualib/controller.lua: in main chunk, client: 192.168.10.1, server: localhost, request: "GET / HTTP/1.1", host: "node1"
2020/10/27 21:21:03 [error] 12539#12539: *72 lua entry thread aborted: runtime error: /usr/local/openresty/lualib/controller.lua:37: attempt to index local 'shared_data' (a nil value)
stack traceback:
coroutine 0:
        /usr/local/openresty/lualib/controller.lua: in main chunk, client: 192.168.10.1, server: localhost, request: "GET /favicon.ico HTTP/1.1", host: "node1", referrer: "http://node1/"

vim …/nginx/conf/nginx.conf配置共享内存
在这里插入图片描述