We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fda0d34 + b8bfe07 commit 4e4c32dCopy full SHA for 4e4c32d
cli/stubs/secure.valet.conf
@@ -9,6 +9,7 @@ server {
9
server_name VALET_SITE www.VALET_SITE *.VALET_SITE;
10
root /;
11
charset utf-8;
12
+ client_max_body_size 128M;
13
14
location /VALET_STATIC_PREFIX/ {
15
internal;
cli/stubs/valet.conf
@@ -2,6 +2,7 @@ server {
2
listen 80 default_server;
3
4
5
6
7
8
0 commit comments