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

    Syncthing Infrastructure GitHub Main & Documentation Websites Forum Website Global Discovery Servers Relay Pool Server Relay Servers Usage Reporting Server Build Servers Si...
  • Valet

    Laravel Valet Introduction Valet Or Homestead Installation Using Another Domain Database Release Notes Version 1.1.5 Upgrade Instructions Version 1.1.0 Upgrade Instructions...
  • 使用Prometheus监控kubernetes集群

    使用Prometheus监控kubernetes集群 部署 存在的问题 1. RBAC 角色授权问题 2. API 兼容问题 3. Job 中的权限认证问题 参考 使用Prometheus监控kubernetes集群 我们使用 Giantswarm 开源的 kubernetes-promethues 来监控 kubernetes 集群,...
  • 8.测试与部署

    测试与部署 测试 单元测试 压力测试 部署 说明 测试与部署 在项目结构那一节说过,一个服务的基本结构大概是怎么样的,这里再列出来回顾下: pro_name ├── docs # 项目文档说明 ├── src or pro_name /# 项目名称 ├── tests ...
  • HTML5 History 模式

    HTML5 History 模式 后端配置例子 Apache nginx 原生 Node.js 基于 Node.js 的 Express Internet Information Services (IIS) Caddy Firebase 主机 警告 HTML5 History 模式 vue-router 默认 hash 模式 —...
  • Syncthing Infrastructure

    Syncthing Infrastructure GitHub Main & Documentation Websites Forum Website Global Discovery Servers Relay Pool Server Relay Servers Usage Reporting Server Build Servers Si...
  • 实战秘籍

    使用S3cmd操作Minio 使用AWS CLI结合Minio restic结合Minio 将MySQL备份存储到Minio 将MongoDB备份存储到Minio 将PostgreSQL备份存储到Minio 为Minio设置Caddy proxy 为Minio设置Nginx代理 将Apache日志存储到Mi...
  • Caddyfile Support

    446 2020-06-17 《Caddy v2.0 Document》
    Caddyfile Support Unmarshaler Blocks HTTP Directives Handler order Classes Server Types Caddyfile Support Caddy modules are automatically added to the native JSON config ...
  • timeouts

    http.timeouts 语法 示例 http.timeouts timeouts用来配置Caddy的HTTP少时时间: Read : 读取整个请求的最大持续时间,包括正文。 Read Header : 允许读取请求头的时间。 Write : 允许写入响应的最大持续时间。 Idle : 等待下一个请求的最大时间(当使用keep-alive时...
  • limits

    http.limits 语法 示例 http.limits limits用来设置对接收到的HTTP请求的限制。请求头和正文大小都可以被限制。 请求头大小可以限制为某些字节。由于Go库的工作方式,一个限制将会应用于同一监听器上的所有站点(如果有多个配置,则选择最小限制)。 请求体大小也可以是限制的。当从请求体读取的字节数超过限制时,读取将终止,...