nginx+GraphicsMagick缩略图+tfs获取原图+ngx(2)

./configure: error: SSL modules require the OpenSSL library.
You can either do not enable the modules, or install the OpenSSL library
into the system, or build the OpenSSL library statically from the source
with nginx by using --with-openssl=<path> option.
解决办法:
apt-get install libssl-dev
apt-get install openssl
安装成功

Lua 语言 15 分钟快速入门

Lua程序设计(第2版)中文 PDF

Lua程序设计(第二版)阅读笔记

NetBSD 将支持用 Lua 脚本开发内核组件

CentOS 编译安装 Lua LuaSocket

4.测试nginx-lua模块安装是否成功

在nginx的配置文件server模块添加

location /hello {
      default_type 'text/plain';
      content_by_lua 'ngx.say("hello, lua")';
}

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/d0f17abfb1c3ff98e4e4af74f6d997f9.html