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

    931 2020-06-17 《Caddy v1.0 Document》
    http.rewrite Syntax “if” conditions Examples Need help with this feature? Does your company use Caddy? http.rewrite rewrite performs internal URL rewriting. This allows th...
  • 反向代理

    反向代理 使用 Nginx 作为反向代理服务 使用 Nginx 作为反向代理服务并将 Gitea 路由至一个子路径 使用 Apache HTTPD 作为反向代理服务 使用 Apache HTTPD 作为反向代理服务并将 Gitea 路由至一个子路径 使用 Caddy 作为反向代理服务 使用 Caddy 作为反向代理服务并将 Gitea 路由至一个子...
  • Reverse Proxy Setup

    Reverse Proxy Setup Server Configuration Apache Nginx Caddy Caddy v2 Folder Configuration Apache Reverse Proxy Setup A reverse proxy allows you to “pass” requests throug...
  • http.minify

    636 2020-06-17 《Caddy v1.0 Document》
    http.minify Plugin Examples http.minify Plugin This feature does not come with Caddy by default. To get it, select the http.minify plugin when you download Caddy. Minify st...
  • friendica

    Friendica的Caddy配置 可替换内容 Caddyfile Friendica的Caddy配置 这个Caddyfile用来测试和Friendica 3.5.2一起运行。 它应该能支持Friendica 3.x的版本,也许还能支持更低的版本。 可替换内容 要使这个配置生效,你应该只替换Caddyfile开头的server_name...
  • redir

    686 2020-06-17 《Caddy v1.0 Document》
    http.redir Syntax Preserving Path Examples Need help with this feature? Does your company use Caddy? http.redir redir sends the client an HTTP redirect status code if the ...
  • errors

    572 2020-06-17 《Caddy v1.0 Document》
    http.errors Syntax Log Destination Log Rolling Examples Need help with this feature? Does your company use Caddy? http.errors errors allows you to set custom error pages ...
  • Behind a reverse proxy

    Behind a reverse proxy NginX Apache HTTPD Node.js http-proxy Caddy 2 Behind a reverse proxy You will find below the configuration needed for deploying a Socket.IO server be...
  • tls

    tls 语法 协议 密码套件 曲线 特征总结 示例 tls tls用来配置HTTPS连接。由于HTTPS是自动启用 的,这个指令只能用于特意覆盖默认设置。如果用到的话一定要小心。 Caddy支持SNI(服务器名称指示),因此可以从机器上的同一个端口为多个HTTPS站点提供服务。此外,Caddy为所有合格的证书实施OCSP装订。Caddy...
  • http.ipfilter

    http.ipfilter 示例 http.ipfilter ipfilter指令增加了基于客户端IP地址允许或阻止请求的能力。 完整文档 示例 过滤特定的IP或CIDR 范围 ipfilter / { rule block ip 70.1 . 128.0 / 19 2001 : db8 ::/ 1...