PHP / Apache: Set Max File Upload and Post Size | LeetDev
1. Locate php.ini
2. Edit php.ini
sudo nano /etc/php/7.2/apache2/php.iniupload_max_filesize
upload_max_filesize = 64Mpost_max_size
post_max_size = 64M3. Restart Apache/PHP
PreviousSetting up SSL Certificates for HAProxy with certbotNextUpgrade centos7 openssh & openssl to the latest version
Last updated