Skip to content

Commit 30bde7d

Browse files
committed
Increase client_max_body_size in line with PHP defaults
1 parent 1147fd7 commit 30bde7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

root/etc/nginx/nginx.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ http {
88

99
sendfile on;
1010

11+
client_max_body_size 2M;
12+
1113
# Adapted from https://www.nginx.com/resources/wiki/start/topics/recipes/drupal/.
1214
server {
1315
listen 8080;

0 commit comments

Comments
 (0)