search

Home  >  Q&A  >  body text

When nginx + php network requests a page with relatively large resources, it will be inaccessible. How to solve it?

The configuration is centos nginx php
The network is requested in the way of http2. When encountering a problem when loading a relatively slow query page, the following problems will occur

I checked the nginx log and it was normal, but why did the access error occur? Is it because the nginx configuration file request is low or the php-fpm configuration file request is low? How to troubleshoot?

[23/May/2017:09:37:53 +0800] "GET /wp-admin/admin.php?page=ju-taskadmin-over HTTP/2.0" 200 0 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36" -

It shouldn’t be a certificate problem. Only two pages are like this. These two pages are loading very heavily and this happens. Other pages are normal. Are there any other possibilities? Could it be caused by insufficient parameters set in the configuration file

PHPzPHPz2805 days ago973

reply all(2)I'll reply

  • 大家讲道理

    大家讲道理2017-05-24 11:36:34

    The following error message has been promptedERR_CERT_DATABASE_CHANGED,应该从这方便入手,有CERT, it should be due to the certificate

    reply
    0
  • 習慣沉默

    習慣沉默2017-05-24 11:36:34

    The certificate problem has nothing to do with nginx and php

    reply
    0
  • Cancelreply