increase upload to 8MB
This commit is contained in:
@@ -4,6 +4,7 @@ server {
|
||||
server_name _;
|
||||
access_log /dev/stdout;
|
||||
error_log /dev/stdout info;
|
||||
client_max_body_size 8M;
|
||||
|
||||
location /api/ {
|
||||
proxy_pass http://python:8000/api/;
|
||||
|
||||
Reference in New Issue
Block a user