Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix upload memory limit #1307

Merged
merged 5 commits into from
Mar 25, 2025
Merged

Fix upload memory limit #1307

merged 5 commits into from
Mar 25, 2025

Conversation

markshust
Copy link
Owner

Fixes #1214

New Docker image: markoshust/magento-nginx:1.24-1

@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Mar 25, 2025
@markshust markshust merged commit 006d69e into release/next Mar 25, 2025
1 check passed
@markshust markshust deleted the feature/nginx-mem-limit branch March 25, 2025 19:17
Copy link

what-the-diff bot commented Mar 25, 2025

PR Summary

  • Docker Image Tag Update
    The GitHub workflow file now includes a newer version of the Docker image. This provides the latest features and improvements from the Docker image.

  • Improved SSL Setup for macOS
    The SSL setup on macOS is now more robust. It actively checks Firefox installations and ensures correct installation of the CA certificate and policy files, enhancing the safety and reliability of your connection.

  • Selenium Service Adjustment
    The Selenium service comment has been updated in the compose files for development. This alteration doesn't affect any functionalities but helps organize the code better.

  • Dockerfile Compliance
    The Dockerfile now uses LABEL for the maintainer details instead of MAINTAINER, aligning it more closely with Docker's best practices. This change makes our Dockerfile more standardized and readable.

  • Increased Request Body Size
    The Nginish configuration now allows larger request bodies, you can now send up to 100M of data in a single request, offering better convenience to users who need to make large data requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

REST API import/csv - 413 Request Entity Too Large
3 participants