浏览代码

added pattern example

tags/v1.0.0
Robin Thoni 8 年前
父节点
当前提交
96a0874653
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4
    1
      extra/sitegen/sitegen.json

+ 4
- 1
extra/sitegen/sitegen.json 查看文件

5
   "certRenewTime": 5356800,
5
   "certRenewTime": 5356800,
6
   "letsencryptCommands": [
6
   "letsencryptCommands": [
7
     {
7
     {
8
-      "patterns": "*",
8
+      "patterns": [
9
+        "example.com",
10
+        "*.example.com"
11
+      ],
9
       "command": {
12
       "command": {
10
         "letsencryptCommand": "certbot",
13
         "letsencryptCommand": "certbot",
11
         "letsencryptArgs": [
14
         "letsencryptArgs": [

正在加载...
取消
保存