书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 432 个相关结果.
  • 后续维护计划

    翻译说明 后续维护计划 开始翻译 加入翻译,领取任务 任务列表 翻译规范 规范 对照表 开始翻译 翻译署名 翻译说明 文档翻译工作会是难得的学习 Nest 的机会,也是大家认识朋友的一次机会。 后续维护计划 Nestcn 官方文档会持续更新,为了保证后续的修改能更新上,我们需要不定期检查更新,目前预计这个检查的周期会是一个月~...
  • 4. Best Practices

    4. Best Practices 4. Best Practices In this chapter, we present some of the best ways to use Apache CouchDB. These usage patterns reflect many years of real-world use. We hope t...
  • Concepts

    510 2020-06-17 《Caddy v2.0 Document》
    Caddyfile Concepts Structure Blocks Directives Tokens and quotes Addresses Matchers Placeholders Snippets Comments Environment variables Global options Caddyfile Con...
  • http.proxyprotocol

    http.proxyprotocol 示例 http.proxyprotocol 这个指令启用Caddy的代理协议(v1)支持。 代理协议 允许通过负载均衡传递客户机IP,就像AWS 或Gooble Cloud 中使用的那样。 完整文档 示例 从本地子网和固定IP启用 proxyprotocol 10.22 . 0.0 / 16 ...
  • Deploy in production

    Deploying in Production Preparing Your App Preparing a Server Configuring a Domain Name Deploying Deploying on Multiple Nodes Deploying in Production In this tutorial, we w...
  • http.grpc

    http.grpc 示例 http.grpc Caddy的grpc插件用来代理代理客户端对gRpc服务的gRpc调用。它使得能从普通的gRPC客户端或从浏览器(使用gRPC-Web协议)使用gRPC服务。 完整文档 示例 基本设置 grpc . example . com grpc localhost : 9090 以上...
  • expvar

    http.expvar 语法 示例 http.expvar expvar以JSON格式公开关于运行时或当前进程状态的变量。默认访问网址是/debug/vars。默认情况下,它报告内存统计信息、用于运行Caddy的命令和goroutines的数量。 这是一个调试工具。虽然通常在在线站点使用是安全的,但要注意不要泄露任何敏感信息。还要注意,这个插...
  • 本项目使用者

    Golang Web框架 其他 Golang Web框架 Beego : 一个开源的高性能 web 框架, 通过内置插件: plugins/authz Caddy : 快速的, 跨平台的 HTTP/2 web 服务器,支持 HTTPS, 通过插件: caddy-authz Gin : 一个基于HTTP的 web 框架,提供了类似 mar...
  • http.jwt

    http.jwt 示例 http.jwt 这个中间件基于JSON Web令牌(JWT)为Caddy实现了一个授权层。 示例 基本语法 jwt [ path ] 默认情况下,路径下的所有资源都将使用JWT验证进行保护。要指定需要保护的资源列表,请使用多个声明。请务必阅读插件文档,以正确配置服务器以验证令牌。 高级语法 jwt...
  • proxy

    1211 2020-06-17 《Caddy v1.0 Document》
    http.proxy Syntax Presets Policies Examples http.proxy proxy facilitates both a basic reverse proxy and a robust load balancer. The proxy has support for multiple backends ...