nginx max body size

This commit is contained in:
vabene1111 2019-12-25 19:54:34 +01:00
parent 9d0a6e63f8
commit 40277f9b4f

View File

@ -2,7 +2,7 @@ server {
listen 80;
server_name localhost;
client_max_body_size 16m;
client_max_body_size 16M;
# serve static files
location /static/ {