Skip to content

Commit 3704eb6

Browse files
juukietaylorotwell
authored andcommitted
Add client_max_body_size to config (#253)
This will prevent `Request Entity Too Large` errors when uploading files.
1 parent 5b5f1af commit 3704eb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cli/stubs/valet.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ server {
22
listen 80 default_server;
33
root /;
44
charset utf-8;
5+
client_max_body_size 128M;
56

67
location /VALET_STATIC_PREFIX/ {
78
internal;

0 commit comments

Comments
 (0)