Explorar el Código

added pattern example

tags/v1.0.0
Robin Thoni hace 7 años
padre
commit
96a0874653
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4
    1
      extra/sitegen/sitegen.json

+ 4
- 1
extra/sitegen/sitegen.json Ver fichero

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

Loading…
Cancelar
Guardar