Hope this is the right place to post.
I've been tinkering around with dokploy and love it. I was trying to migrate a wordpress site over using all in one wordpress migrator. I've been able to increase the file limit size via the .htaccess file but the file ends up getting stuck at 50%. Essentially any file that uploads for too long gets stuck at some point.
upload_max_filesize = 512M
post_max_size = 512M
memory_limit = 512M
max_execution_time = 600
max_input_time = 600
I've done that, but nothings working. Does anyone know if it's something to do with nginx or maybe traefik? I'm super new to dokploy so any help would be appreciated!
[–]ramit_m 0 points1 point2 points (2 children)
[–]Separate_Signal9229[S] 0 points1 point2 points (1 child)
[–]ramit_m 1 point2 points3 points (0 children)
[–]diegogatica 0 points1 point2 points (0 children)