Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"504 Gateway Time-out" Error when i compress some files or folder... #360

Closed
Morglaf opened this issue Jun 17, 2019 · 2 comments
Closed

Comments

@Morglaf
Copy link

Morglaf commented Jun 17, 2019

Some folder (not all) make me an error when i try too compress them... I chmod the folders (777) and no change. (and this is not depending of the size...

If you have some clue...

@varoOP
Copy link

varoOP commented Jun 30, 2019

I have the same problem. I am using Nginx and php7.3 !

@kalcaddle
Copy link
Owner

Because the program runs out of time.
It is related to the timeout configuration of php.ini and nginx or other web servers.

php: php.ini set max_execution_time; the recommended setting is 3600;
The nginx configuration can search client_body_timeout; it is recommended to set it to 3600 as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants