M
M
Mikhail Gavrilyuk2018-03-30 00:05:13
1C-Bitrix
Mikhail Gavrilyuk, 2018-03-30 00:05:13

How to overcome 504 Gateway Time-out nginx/1.12.1 error?

How to overcome 504 Gateway Time-out nginx/1.12.1 error?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Viktor Taran, 2018-03-30
@Ameon

Cap well, in Russian it is written timeout
, increase the waiting time for a response from Apache or from the script itself.

A
Ainur Valiev, 2018-03-30
@vaajnur

there was such a problem. Add

location ~ \.php$ {
      fastcgi_param PHP_VALUE "memory_limit = 2000M";
}

S
Sergey, 2018-03-30
@gangstarcj

1) Increase server capacity
2) Increase script execution time
3) Find out what causes this error and fix it

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question