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

    698 2020-06-17 《Caddy v2.0 Document》
    API POST /load Examples POST /stop Example GET /config/[path] Examples POST /config/[path] Examples PUT /config/[path] Example PATCH /config/[path] Example DELETE /conf...
  • Developers

    469 2020-06-17 《Caddy v2.0 Document》
    Extending Caddy Module Namespaces
  • 不同的历史记录模式

    不同的历史模式 Hash 模式 HTML5 模式 服务器配置示例 Apache nginx 原生 Node.js Express + Node.js Internet Information Services (IIS) Caddy v2 Caddy v1 Firebase hosting Netlify Caveat 不同...
  • supervisor

    supervisor supervisor 从Caddy运行和监控后台进程。 完整文档
  • 反向代理

    反向代理 NginX Apache HTTPD Node.js http-proxy Caddy 2 反向代理 您将在下面找到在反向代理解决方案后面部署 Socket.IO 服务器所需的配置,例如: NginX Apache HTTPD Node.js http-proxy 在多服务器设置中,请查看此处 的文档。 NginX ...
  • Deployment

    Deployment Hosting Provider Guides Optional Software Guides Recommended requirements Application Configuration 1. Configure 2. Launch the server Advanced configurations ...
  • http.forwardproxy

    http.forwardproxy 示例 http.forwardproxy 允许Caddy服务器作为一个安全的Web代理。通过以下形式有效地转发HTTP请求:GET someplace.else/thing.html HTTP/1.1。建立安全的TCP隧道:CONNECT someotherweb.server HTTP/1.1。 支持HTTP...
  • Reverse Proxies

    Reverse Proxies Nginx Resolving Error: 413 Request Entity Too Large Nginx with a sub-path Nginx and serve static resources directly Single node and single domain Two nodes and ...
  • 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中间件一起使用。