瀏覽代碼

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": [

Loading…
取消
儲存