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

Add uploads.ini script for PHP directives #4

Merged
merged 5 commits into from
Mar 9, 2024
Merged

Add uploads.ini script for PHP directives #4

merged 5 commits into from
Mar 9, 2024

Conversation

stephdl
Copy link
Collaborator

@stephdl stephdl commented Mar 9, 2024

This pull request adds a script for creating an uploads.ini file that contains PHP directives. The script creates the file with the following directives:

  • upload_max_filesize: 256M

  • post_max_size: 256M

  • max_execution_time: 300

  • max_input_time: 300

The script also includes the necessary changes to include the uploads.ini file in the state-include.conf and to mount it in the wordpress-app service.

@stephdl stephdl merged commit 8c458d5 into main Mar 9, 2024
1 check passed
@stephdl stephdl deleted the customPhp branch March 9, 2024 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant