fix(python): nginx body size

This commit is contained in:
sshakndr
2024-02-13 17:52:28 +07:00
parent f1aafa5fd6
commit 819aa2b03f

View File

@ -6,6 +6,7 @@ events {
http {
include /etc/nginx/mime.types;
client_max_body_size 100M;
server {
listen 80;