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