feat:更新nginx上传文件大小限制

This commit is contained in:
2026-02-02 23:06:13 +08:00
parent 857feaaf10
commit 45ac66ade0

View File

@@ -7,6 +7,8 @@ server {
server_name _;
client_max_body_size 500M;
location /blog/ {
proxy_pass http://host.docker.internal:82/;
proxy_set_header Host $host;