We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51af36 commit 349a4a6Copy full SHA for 349a4a6
1 file changed
nginx-symfony/config/nginx.conf
@@ -9,6 +9,7 @@ events {
9
}
10
11
http {
12
+ client_max_body_size 20M;
13
server_tokens off;
14
sendfile on;
15
tcp_nopush on;
0 commit comments