increase upload to 8MB

This commit is contained in:
2025-12-13 16:03:25 +05:00
parent f92e14348f
commit 06346b5fcd
2 changed files with 2 additions and 0 deletions

View File

@@ -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/;

View File

@@ -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://mapmaker:8000/api/;