fix: allow 100mb admin uploads through nginx
This commit is contained in:
parent
143752c86c
commit
49953ddd5a
@ -15,6 +15,8 @@ events {
|
|||||||
|
|
||||||
|
|
||||||
http {
|
http {
|
||||||
|
client_max_body_size 105m;
|
||||||
|
|
||||||
include mime.types;
|
include mime.types;
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user