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