书栈网 · BookStack 本次搜索耗时 0.015 秒,为您找到 1005 个相关结果.
  • 如何构建 Apache APISIX

    如何构建 Apache APISIX 1. 安装依赖 2. 安装 Apache APISIX 通过 RPM 包安装(CentOS 7) 通过 Docker 安装 通过 Helm Chart 安装 通过源码包安装 3. 管理(启动、关闭等)APISIX 服务 4. 运行测试案例 疑难排解测试 5. 更新 Admin API 的 token ,...
  • Embedding Kong in Open Resty

    Embed Kong in OpenResty More Information Embed Kong in OpenResty If you are running your own OpenResty servers, you can embed Kong Gateway by including the Kong Gateway Nginx s...
  • 新手上路

    Getting Started HelloWorld Prepare directory layout Prepare the nginx.conf config file Start the Nginx server Access our HelloWorld web service Test performance Where to go ...
  • Data caching and CDN

    539 2020-12-05 《Ceph v15.2 Document》
    RGW Data caching and CDN New APIs Auth API Cache API Using Nginx with RGW Appendix RGW Data caching and CDN New in version Octopus. Contents RGW Data caching and CDN ...
  • 如何构建 Apache APISIX

    如何构建 Apache APISIX 1. 安装依赖 2. 安装 Apache APISIX 通过 RPM 包安装(CentOS 7) 通过 Docker 安装 通过 Helm Chart 安装 通过源码包安装 3. 管理(启动、关闭等)APISIX 服务 4. 运行测试案例 疑难排解测试 5. 更新 Admin API 的 token ,...
  • 如何构建 Apache APISIX

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

    HTTPS 时代 HTTPS 时代 来自互联网上各方的推动,正在让 HTTPS 快速普及起来。如今 HTTPS 的概念已经深入开发者的日常,成为每个 Web developer 不得不做的功课之一。 HTTPS = HTTP + SSL/TLS(图片来自 通俗易懂的HTTPS握手过程 ) 在这个 HTTPS 时代,OpenResty 可以帮助我...
  • 如何引用第三方 resty 库

    如何引用第三方 resty 库 如何引用第三方 resty 库 OpenResty 引用第三方 resty 库非常简单,只需要将相应的文件拷贝到 resty 目录下即可。 我们以 resty.http ( pintsized/lua-resty-http ) 库为例。 注:假设你的 OpenResty 安装目录为 /usr/local/open...
  • Building APISIX from source

    Building APISIX from source note Building APISIX from source note danger Installing etcd Running and managing APISIX server tip Building runtime for APISIX Running tests n...
  • 限制单位时间内的请求数

    限制单位时间内的请求数 限制单位时间内的请求数 页面规则的下拉列表里面有很多动作,我们从中选择 “限制请求动作” 类别中的 限制请求数, 它是用来控制指定时间段内的请求数量. 前面限制请求速率是从请求速度方面来做限制,而限制请求数是从总的请求数上做限制。 限制请求数有三个参数: 关键字: 默认是按照终端的 IP 地址作为 key 来计数; ...