书栈网 · BookStack 本次搜索耗时 0.011 秒,为您找到 432 个相关结果.
  • http.locale

    http.locale 示例 http.locale 为Caddy进行区域检测。 完整文档 示例 根据cookie/header进行地域检测 locale en de { detect cookie header } rewrite { ext / to index .{> Detected ...
  • http.login

    http.login http.login Caddy的login指令基于github.com/tarent/loginsrv 。login将根据后端进行检查,然后作为JWT令牌返回。此指令被设计与http.jwt中间件一起使用。
  • Common patterns

    772 2020-06-17 《Caddy v2.0 Document》
    Common Caddyfile Patterns Menu Static file server Reverse proxy PHP Redirect www. subdomain Trailing slashes Internal enforcement External enforcement Common Caddyfile ...
  • 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...
  • ext

    http.ext 语法 示例 http.ext ext允许你的站点在URL没有后缀时假定一个文件后缀,从而拥有干净的URL。 URL的后缀是通过检查路径的(.)获取路径的最后一个元素获得的。 语法 ext extensions ... extensions… 是要尝试的以空格分隔的后缀(包括.)的列表。将按列出的顺序尝试后缀。...
  • 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...
  • request_id

    http.request_id 语法 示例 http.request_id equest_id生成一个UUID,可以通过{request_id}占位符 引用,用于许多其他指令包括header 和log 。 当启用request_id时,{request_id}占位符 将有一个值;否则它将是空的。 语法 request_id [ head...
  • 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...
  • http.datadog

    http.datadog 示例 http.datadog Datadog插件允许Caddy HTTP/2 web服务器向Datadog 发送一些指标。 这个插件不仅可以使用Datadog,还可以兼容statsd 的所有服务。 完整文档 示例 example - b . com { datadog { statsd...
  • http.cors

    http.cors 例子 简单用法 只允许指定的来源访问域名 完整配置 http.cors Caddy默认不支持此功能。如果需要,下载之前需要勾选上http.cors 插件。 完整文档 例子 简单用法 cors 允许所有来源访问所有资源 只允许指定的来源访问域名 cors / http : //mytruste...