Skip to content

Commit 60a8a6a

Browse files
authored
nginx: increase file size limit
1 parent 9600071 commit 60a8a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ server {
33
listen [::]:8080;
44
server_name localhost;
55
server_tokens off;
6-
client_max_body_size 10M;
6+
client_max_body_size 20M;
77

88
#access_log /var/log/nginx/host.access.log main;
99

0 commit comments

Comments
 (0)