Skip to content

Commit 3f6773a

Browse files
authored
Merge pull request #136 from hw-rjuzak/main
fix(nginx): increated client_max_body_size to 128M to make it equal to default php upload_max_filesize
2 parents 9a2f5f5 + 641c2c8 commit 3f6773a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nginx/rootfs/etc/nginx/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ http {
1515
uwsgi_temp_path /tmp/uwsgi_temp;
1616
scgi_temp_path /tmp/scgi_temp;
1717
error_log /dev/fd/2 warn;
18-
client_max_body_size 8M;
18+
client_max_body_size 128M;
1919
server_tokens off;
2020
sendfile on;
2121
tcp_nopush on;

0 commit comments

Comments
 (0)