diff --git a/nginx.conf b/nginx.conf index 62253f1..a5a7a09 100644 --- a/nginx.conf +++ b/nginx.conf @@ -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;