Correct way to change PHP settings for server.

alrnetwork

Verified User
Joined
Feb 12, 2021
Messages
164
Location
Europe UTC+2
Hi there,

I am aware that it's possible to add PHP value overrides per-domain, but how would you do this for the entire server?

In the past, I'd simply find the php.ini files and head in and edit them directly, updating the following values:

Code:
max_execution_time
max_input_time
memory_limit
post_max_size
upload_max_filesize
max_file_uploads
max_input_vars

However, I'm sure there's a cleaner way, using something like the rewrite configs option in DA or even via the web interface itself?

Trying to ensure I am following best practices when making config changes.
 
Back
Top