[ad_1]
Well… GEDCOM file is really big. But what error message you are received? Or not any? I think uploading GEDCOM to wp-content folder will not help.
Sorry my bad.
Didn’t check the logs enough, after checking them I could see first
“413 Request Entity Too Large” fixed that.
Then I got “504 Gateway Time-out”
Fixed that one also, and now I can upload the GEDCOM, just takes forever.
For reference:
PHP-settings:
PHP version 8.1.2-1ubuntu2.10.
upload_max_filesize 16G.
post_max_size 16G.
max_input_time 3600.
max_execution_time 3600.
web-server nginx:
in: “location ~ .php$ {“:
fastcgi_read_timeout 3600;
nginx proxy:
proxy_connect_timeout 3600;
proxy_send_timeout 3600;
proxy_read_timeout 3600;
send_timeout 3600;
When I’m done I’ll convert back the values.
Thanks
