smgc commited on
Commit
f51446e
1 Parent(s): 6a7cc58

Update Caddyfile

Browse files
Files changed (1) hide show
  1. Caddyfile +8 -0
Caddyfile CHANGED
@@ -14,4 +14,12 @@
14
  rewrite /api/v1/* /v1/{path}
15
  reverse_proxy localhost:3000
16
  }
 
 
 
 
 
 
 
 
17
  }
 
14
  rewrite /api/v1/* /v1/{path}
15
  reverse_proxy localhost:3000
16
  }
17
+ }
18
+
19
+ {
20
+ pki {
21
+ ca local {
22
+ root_dir /app/pki
23
+ }
24
+ }
25
  }