diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 1dab052..7cf3250 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -17,6 +17,7 @@ http { server { listen 8080; server_name localhost; + client_max_body_size 16M; location / { root /pactum/app; index index.html;