FPM-config

nano /etc/php/8.1/fpm/php.ini #press f6 and search for | ctrl + \\ to search and replace
post_max_size = 250M                                                                                                            
upload_max_filesize = 250M
max_execution_time = 100
memory_limit = 12800M
service php8.1-fpm restart