nginx prompts for a solution on the 502 page

  • 2020-05-09 19:39:35
  • OfStack

Such as:


    http  
    {  
    ......  
    fastcgi_connect_timeout 300;  
    fastcgi_send_timeout 300;  
    fastcgi_read_timeout 300;  
    ......  
    }  
 

It is also possible that the PHP code is incorrect, such as SVN conflict.


Related articles: