Skip to content

Commit 337b33f

Browse files
committed
Increase client_max_body_size
1 parent 4e5571b commit 337b33f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nginx/wordpress_ssl.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ server {
3131
ssl_certificate /etc/certs/myapp.local.crt;
3232
ssl_certificate_key /etc/certs/myapp.local.key;
3333

34+
client_max_body_size 100M;
35+
3436
location / {
3537
try_files $uri $uri/ /index.php?$args;
3638
}

0 commit comments

Comments
 (0)