Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit 3d632c1

Browse files
authored
docs(themes/kami): add Caddy method in proxy section (#12)
Signed-off-by: 浮心物语 <[email protected]>
1 parent 14d7da7 commit 3d632c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pages/themes/kami.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ pnpm prod:pm2
7070

7171
### 反向代理
7272

73+
以下配置文件以 Nginx 为例,若使用 Caddy 进行配置可参考 [Caddyfile 文件示例](https://github.com/mx-space/docker/blob/master/Caddyfile.example)进行相应修改。
74+
7375
```nginx
7476
server {
7577
## 反向代理开始
@@ -183,4 +185,4 @@ server {
183185
.nextra-content pre {
184186
max-height: 50vh;
185187
}
186-
`}</style>
188+
`}</style>

0 commit comments

Comments
 (0)