书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 415 个相关结果.
  • Common patterns

    769 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 ...
  • Reverse Proxy Setup

    Reverse Proxy Setup Server Configuration Apache Nginx Caddy Folder Configuration Apache Reverse Proxy Setup A reverse proxy allows you to “pass” requests through your web...
  • http.cgi

    http.cgi 示例 http.cgi 这个插件为Caddy实现了通用网关接口(CGI)。它允许通过命令行脚本在你的网站上生成动态内容。为了收集关于入站HTTP请求的信息,你的脚本会检查某些环境变量,例如PATH_INFO 和QUERY_STRING 。然后,要将动态生成的web页面返回给客户机,脚本只需将内容写入标准输出。对于POST请求,脚本...
  • http.restic

    http.restic 示例 http.restic restic插件在路径上提供一个restic存储库。Restic是一个安全和快速的备份程序,请点击https://restic.github.io 查看详情。 完整文档 示例 在网址/foo上提供一个restic存储库 basicauth / foo user pass r...
  • Plugins

    484 2020-06-17 《Caddy v1.0 Document》
    Writing a Caddy Plugin
  • http.datadog

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

    http.prometheus 示例 http.prometheus 这个指令给Caddy启用prometheus 指标。 完整文档 示例 启用指标 prometheus 对于你想要查看指标的每个虚拟主机。 它可以选择暴露指标的地址,默认是localhost:9180。维度路径固定是/metrics 。 你需要将这个模块放...
  • Global options

    1106 2020-06-17 《Caddy v2.0 Document》
    Global options Global options The Caddyfile has a way for you to specify options that apply globally. Some options act as default values, while others customize the behavior of...
  • 模板操作

    模板操作 基本语法 常用函数 内置清理函数 控制语句 比较函数 进一步阅读 模板操作 Caddy的模板功能使得可以在静态站点中添加动态内容,也能通过包含页面减少重复内容。很多指令都支持模板操作,比如templates 、browse 和markdown 。 模板操作只被支持它们的指令才能起作用。可以查阅文档检查你的指令是否支持模板,以及...
  • Directives

    709 2020-06-17 《Caddy v2.0 Document》
    Caddyfile Directives Syntax Matchers Directive order Caddyfile Directives The following directives come standard with Caddy, and can be used in the HTTP Caddyfile: Directiv...