Created
April 5, 2021 20:28
-
-
Save daniloroddrigues/466f9e7a5da23117fc7324988f532795 to your computer and use it in GitHub Desktop.
Php Ini WP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; cPanel-generated php ini directives, do not edit | |
; Manual editing of this file may result in unexpected behavior. | |
; To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor) | |
; For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI) | |
display_errors = Off | |
max_execution_time = 180 | |
max_input_time = 180 | |
max_input_vars = 1000 | |
memory_limit = 1000M | |
post_max_size = 256M | |
session.gc_maxlifetime = 1440 | |
session.save_path = "/var/cpanel/php/sessions/ea-php73" | |
upload_max_filesize = 128M | |
zlib.output_compression = On |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment