Skip to content

Commit f95ca21

Browse files
authored
Update nginx.conf
Updated max file upload size
1 parent bb4d4f3 commit f95ca21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx/conf/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ http {
3434
gzip_http_version 1.1;
3535
gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
3636
# tells the server to use on-the-fly gzip compression.
37-
client_max_body_size 64M;
37+
client_max_body_size 1024M;
3838
include /etc/nginx/conf.d/*.conf;
3939

4040

0 commit comments

Comments
 (0)