cancel
Showing results for 
Search instead for 
Did you mean: 

Question about upload Issue in Alfresco 6.2 Content Services ?

ThomasWilli
Champ in-the-making
Champ in-the-making

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.

1 REPLY 1

kaynezhang
World-Class Innovator
World-Class Innovator

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;