书栈网 · BookStack 本次搜索耗时 0.031 秒,为您找到 1005 个相关结果.
  • Hello World

    1731 2018-03-28 《Vanilla中文手册》
    Vanilla 的安装 安装准备 安装 创建 vanilla 项目 vanilla 常用命令 Vanilla 的安装 安装准备 安装好 OpenResty Vanilla Github 地址:https://github.com/idevz/vanilla 安装 # 1.git clone 最新 Vanilla 版本(或者下载相...
  • 如何构建 Apache APISIX

    构建 Apache APISIX 1. 安装依赖 2. 安装 Apache APISIX 通过源码包安装 通过 RPM 包安装(CentOS 7) 通过 Luarocks 安装 (不支持 macOS) 3. 管理(启动、关闭等)APISIX 服务 4. 运行测试案例 疑难排解 5. 更新 Admin API 的 token ,保护 Apach...
  • APISIX 安装指南

    APISIX 安装指南 安装 APISIX 通过 RPM 仓库安装 tip 通过 DEB 仓库安装 通过 RPM 包离线安装: 管理 APISIX 服务 tip 安装 etcd 后续操作 配置 APISIX warning warning 更新 Admin API key 为 APISIX 添加 systemd 配置文件 A...
  • 如何构建 Apache APISIX

    构建 Apache APISIX 1. 安装依赖 2. 安装 Apache APISIX 通过源码包安装 通过 RPM 包安装(CentOS 7) 通过 Luarocks 安装 (不支持 macOS) 3. 管理(启动、关闭等)APISIX 服务 4. 运行测试案例 疑难排解 5. 更新 Admin API 的 token ,保护 Apach...
  • 正则表达式

    正则表达式 POSIX 规范 性能对比 ngx.re.* 中的选项: Lua 正则简单汇总 常用的正则函数 正则表达式 POSIX 规范 在 OpenResty 中,同时存在两套正则表达式规范:Lua 语言的规范和 ngx.re.* 的规范,即使您对 Lua 语言中的规范非常熟悉,我们 强烈建议不使用 Lua 中的正则表达式 。 一...
  • 页缓存

    775 2018-03-28 《Vanilla中文手册》
    Vanilla 的 Page Cache Page Cache 相关配置 配置释意 Vanilla 的 Page Cache vanilla 的 Page Cache 实现了类似 Nginx 的 FastCGICache 或者 ProxyCache 的访问结果整体缓存,以 URI 的一定规则作为缓存的 KEY,属于内存型 Cache,存储位置可配...
  • Overview

    Introduction Introduction Before going further, it is necessary to briefly explain how Kong is built, especially how it integrates with Nginx and what Lua has to do with it. lu...
  • APISIX 安装指南

    APISIX 安装指南 安装 APISIX 通过 RPM 仓库安装 tip 通过 DEB 仓库安装 通过 RPM 包离线安装: 管理 APISIX 服务 tip 安装 etcd 后续操作 配置 APISIX warning warning 更新 Admin API key 为 APISIX 添加 systemd 配置文件 A...
  • Overview

    Introduction You are browsing documentation for an older version. See the latest documentation here . Introduction Before building custom plugins, it is important to underst...
  • 典型应用场景

    典型应用场景 不擅长的应用场景 典型应用场景 可以这样说,任何一个开发语言、开发框架,都有它存在的明确目的,重心是为了解决什么问题。没有说我们学习一门语言或技术,就可以解决所有的问题。同样的,OpenResty 的存在也有其自身适用的应用场景。 其实官网 wiki 已经列了出来: 在 Lua 中混合处理不同 Nginx 模块输出(proxy, ...