书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 1005 个相关结果.
  • Securing the Admin API

    Securing the Admin API Network Layer Access Restrictions Minimal Listening Footprint Layer 3/4 Network Controls Kong API Loopback Custom Nginx Configuration Role Based Access ...
  • 简单 API Server 框架

    简单API Server框架 简单API Server框架 实现一个最最简单的数学计算:加、减、乘、除,给大家演示如何搭建简单的 API Server。 按照前面几章的写法,先来看看加法、减法示例代码: worker_processes 1 ; #nginx worker 数量 error_log logs / error...
  • 反向代理

    反向代理 什么是反向代理 工作原理 反向代理典型应用场景 正向代理 反向代理 什么是反向代理 反向代理 (Reverse Proxy)方式是指用代理服务器来接受 internet 上的连接请求,然后将请求转发给内部网络上的服务器,并将从服务器上得到的结果返回给 internet 上请求连接的客户端,此时代理服务器对外就表现为一个反向代理服务器...
  • 配置

    1604 2018-03-28 《Vanilla中文手册》
    配置 App配置 应用基础配置(config/application.lua) 应用基础配置的引用 错误处理配置(config/errors.lua) Restful 路由协议配置(config/restful.lua) 系统相关配置(sys/)* 系统缓存相关配置 (sys/cache) 系统缓存相关配置 (sys/v_resource) ...
  • api-breaker

    api-breaker Description note Attributes Enabling the Plugin Example usage Disable Plugin api-breaker Description The api-breaker Plugin implements circuit breaker functi...
  • 在 Mac 上构建开发环境

    在 Mac 上构建开发环境 note 快速构建 Apache APISIX 开发环境 实现思路 实现步骤 启动和停止 APISIX note 运行指定测试用例 在 Mac 上构建开发环境 如果你希望快速的在你的 Mac 平台上构建和开发 APISIX,你可以参考本教程。 note 本教程适合需要在 Mac 平台快速开始入门阶段开发的情...
  • Wasm

    Wasm Programming model How to use Example Wasm APISIX supports Wasm plugins written with Proxy Wasm SDK . This plugin requires APISIX to run on APISIX-OpenResty , and is und...
  • 模板引擎

    1295 2018-03-28 《Vanilla中文手册》
    Vanilla 的视图引擎 Vanilla 的视图渲染 首先在 Bootstrap 中实现 initView 方法,修改项目所使用的视图引擎 运行 ./va-{app_name}-service ltpl 命令调用 Lemplate 编译你的 TT2 模板 在 Vanilla Action 中调用编译好的模板 Vanilla 的视图引擎...
  • Kong Configuration File

    Kong Configuration File Configure Kong Gateway Verify configuration Set custom path Debug mode More Information You are browsing documentation for an older version. See the...
  • Let’s Encrypt 托管证书

    Let’s Encrypt 托管证书 Let’s Encrypt 托管证书 OpenResty Edge 可以从 Let’s Encrypt 自动获取 TLS 证书。 这个功能支持单域名(example.com )、SAN(Subject Alternative Name) 以及泛域名(*.example.com ), 以及它们的组合。 必须满...