When nginx + php network requests a page with relatively large resources, it will be inaccessible. How to solve it?
PHPz
PHPz 2017-05-24 11:34:34
0
2
926

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

PHPz
PHPz

学习是最好的投资!

reply all(2)
大家讲道理

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

習慣沉默

The certificate problem has nothing to do with nginx and php

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!