We installed the Alfresco 6.2.0-ga version(by acs-deployment docker service).
Currently, our system is operating community service with
alfresco 12G, share 12G, Tika 4G, solr 4G, proxy 128MB system.
We're having an issue with uploads.
When uploading data of 200MB or more, 504 Gateway Timeout occurs.
The above issue occurs, but the data is uploaded.
Why am I getting the above error? Should I check the proxy level?
The proxy currently uses the alfresco/acs-community-nginx:1.0.0 docker image.
Please try to add following to a server block in nginx.conf file:
proxy_connect_timeout 600; proxy_send_timeout 600; proxy_read_timeout 600; send_timeout 600;
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.