feat:更新nginx上传文件大小限制
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user