Skip to content

Commit 42cecf2

Browse files
authored
Update directive.md
1 parent df2397c commit 42cecf2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/rewrite/directive.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,13 +168,13 @@ echo <p>finish</p>;
168168

169169
描述:手动指定证书文件
170170

171-
参数:**ssl_certificate** file.crt(只支持相对路径,后期完善)
171+
参数:**ssl_certificate** file.crt
172172

173173
例子:
174174

175175
```bash
176176
example.com => {
177-
ssl_certificate /user/root/.hiproxy/cert/example.crt;
177+
ssl_certificate /user/root/.hiproxy/cert/example.crt;
178178
}
179179

180180
```
@@ -183,13 +183,13 @@ example.com => {
183183

184184
描述:手动指定私钥文件
185185

186-
参数:**ssl_certificate_key** file.key(只支持相对路径,后期完善)
186+
参数:**ssl_certificate_key** file.key
187187

188188
例子:
189189

190190
```bash
191191
example.com => {
192-
ssl_certificate_key /user/root/.hiproxy/cert/example.key;
192+
ssl_certificate_key /user/root/.hiproxy/cert/example.key;
193193
}
194194

195195
```

0 commit comments

Comments
 (0)