• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

grasses/nginx-lua-static-merger: Static files merger base on openresty

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

grasses/nginx-lua-static-merger

开源软件地址(OpenSource Url):

https://github.com/grasses/nginx-lua-static-merger

开源编程语言(OpenSource Language):

Lua 51.2%

开源软件介绍(OpenSource Introduction):

nginx-lua-static-merger



About

详细教程请看:http://homeway.me/2015/06/22/nginx-lua-static-merger/

nginx-lua-static-merger是一个基于openresty的模块,主要用于合并静态文件,减少http请求,加快静态文件访问速度的模块。

使用nginx-lua-static-merger 需要在编译nginx时候添加openresty的模块,或者直接安装openresty作为服务器。

nginx-lua-static-merger可以让你的js、css请求不要那么多,一个就够了。

nginx-lua-static-merger



Usage

install openresty

http://openresty.org/cn/

wget http://openresty.org/download/ngx_openresty-1.7.10.1.tar.gz
tar xzvf ngx_openresty-1.7.10.1.tar.gz
cd ngx_openresty-1.7.10.1/
./configure
make
make install

install nginx-lua-static-merger

$git clone https://github.com/grasses/nginx-lua-static-merger

$cd nginx-lua-static-merger

$chmod +x install

$./install

Remember install openresty before run install script.

file path

|--/usr/local/openresty/nginx
|						`--lua
|							`--nginx-lua-static-merger.lua
|						`--conf 
|							`--nginx.lua
|--/www/openresty/static
|				`--js
|				`--css
|				`--cache

注意

1、nginx.conf中的lua_package_path "/usr/local/openresty/lualib/?.lua;;";lua_package_cpath "/usr/local/openresty/lualib/?.so;;";,如果你是编译nginx而不是直接安装openresty,目录记得放对。

2、确保/www/openresty/static有Lua写的权限。

use

前端调用方法如下:

<link rel="stylesheet" href="/bootstrap/css/bootstrap.min.css;/qiniu/css/main.css;/css/navbar.css">
<script src="/js/jquery.min.js;/js/main.js;/qiniu/bootstrap/js/bootstrap.min.js;/qiniu/js/plupload/plupload.full.min.js;/qiniu/js/plupload/i18n/zh_CN.js"></script>


How it work

Nginx在location通过 content_by_lua_file 把接下来的处理丢个Lua做逻辑。

Lua通过uri进行md5编码,判断cache是否存在,如果cache不存在,循环分割、遍历uri,访问响应的路径,查找静态文件,存在则记录,最后写cache入文件,方便下次访问。

how nginx-lua-static-merger work



Version

15.06.22

  • Beta Version

15.06.26

  • Fix a bug (single static file error)

  • Add install script



License

GPL




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
kikito/stateful.lua: Stateful classes for Lua发布时间:2022-08-16
下一篇:
Tieske/date: Date &amp; Time module for Lua 5.x发布时间:2022-08-16
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap