11-11-2020 09:55 AM
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.
11-11-2020 10:27 AM
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;
Explore our Alfresco products with the links below. Use labels to filter content by product module.