-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: setting client_max_body_size to 128M for nginx minio proxy
- Loading branch information
1 parent
e3003e0
commit f33a12e
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,4 +101,6 @@ data: | |
#gzip on; | ||
include /etc/nginx/conf.d/*.conf; | ||
client_max_body_size 128M; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,4 +105,6 @@ data: | |
#gzip on; | ||
include /etc/nginx/conf.d/*.conf; | ||
client_max_body_size 128M; | ||
} |