Skip to content

Commit 01ca121

Browse files
committed
增加 nginx proxy manager 上传大小限制
1 parent 9041723 commit 01ca121

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/question/upload-fail.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,15 @@
1414
### 1panel
1515

1616
<img src="/img/2024/10/22/1panel.png"/>
17+
18+
### Nginx Proxy Manager
19+
20+
编辑你的网站,在下图位置填写:
21+
22+
```
23+
client_max_body_size 0;
24+
```
25+
26+
表示无上传大小限制,也可以配置为限制指定大小,如: `client_max_body_size 1024m;`
27+
28+
<img src="/img/2025/4/13/nginx-proxy-manager-upload-size-config.png"/>
24.7 KB
Loading

0 commit comments

Comments
 (0)