Increase max request body size #419
This commit is contained in:
@@ -4,6 +4,9 @@ events {
|
||||
|
||||
http {
|
||||
|
||||
# In case of big files
|
||||
client_max_body_size 200M;
|
||||
|
||||
server {
|
||||
listen 8080;
|
||||
|
||||
|
Reference in New Issue
Block a user