# Include this in your Nginx server { } or location ~ \.php$ { } block.
# Prevents HTTP 413 on multipart uploads (e.g. profile photo) before PHP runs.
# Align with config/media-library.php max_file_size (~10MB) plus form overhead.
client_max_body_size 12m;
