Category: Nginx 1.10

在 Chrome 浏览器中打开网址:https://localhost/phpinfo.php ,访问成功,符合预期。 0

Configure https(https://localhost) on the local environment of Windows 10, based on MKCERT

Post Views: 60 1. Now the local environment URL: http://morefun.dev.dev.xxx.cn/ I want to get the cookie data under the development environment: https://.xxx.cn, but found that it cannot be obtained. The reason is the difference...

编辑 Nginx 配置文件,修改 server_name 的值:api.channel-pub.wjdev.chinamcloud.cn localhost,以在一个请求(https://api.channel-pub.wjdev.chinamcloud.cn)中 CURL 另一个请求(http://localhost)(总计请求次数为 7),直接请求本机,以节省网络开销。其总体响应时间长度为:1956ms,2 秒左右,符合预期。 0

Nginx + PHP-FPM serial, parallel support analysis, test and solution of serial and parallel support under Windows 10 and CentOS 8

Post Views: 14 1. Nginx + php-fpm in the case of Windows 10, when in a request (http://api.channel-pub-api.localhost)中curl another request (http://api.channel-pub-api.localhost)时,报错:fopen(http://api.channel-pub-api.localhost/qq/v1/articles/standard?group_id=015ce30b116ce86058fa6ab4fea4ac63):Failed to open stream: HTTP request failed! . as shown in Figure 1 2....

在生产环境中,基于 Docker 部署,操作系统为 CentOS,获取日志列表的最后一页,响应超时:504 Gateway Time-out 0

In the Nginx + FastCGI (PHP-FPM) environment, when the length of the data in the log table is in GB, get the last page of the log list, and the response timeout: 504 Gateway time-out analysis solution

Post Views: 14 1. When the data length of PA_LOG is: 6.16 GB, as shown in Figure 1 2. Get the first page of the log list, the response time is about 1000ms, which...

打开网址:http://www.aaaacn.net/wp-admin/install.php,报错:HTTP ERROR 500 0

When installing WordPress based on Nginx under CentOS 7.6 64-bit, an error is reported: HTTP Error 500 analysis solution

Post Views: 11 1. Open the URL:http://www.aaaacn.net/wp-admin/install.php,报错:HTTPError 500, as shown in Figure 1 2. Open the URL:http://www.aaaacn.net/phpinfo.php,正常运行,如图2 3. Check virtualhost conf: /usr/local/nginx/conf/vhost/www.aaaacn.net.conf 4. Check rewrite rule: /usr/local/nginx/conf/rewrite/wordpress.conf 5. Check the directory permissions, and find...

Rancher 中端口映射,公开主机端口:8661 映射至私有容器端口:80,新增 公开主机端口:8662 映射至私有容器端口:81 0

Implementation of 2 domain names deployed in 1 Git repository and 1 container based on Rancher

Post Views: 12 1. Now the channel publishing interface includes the following applications: Penguin account, WeChat public account, Weibo, console command, cross-channel, authorization, among which Penguin account, WeChat public account, Weibo, and cross-channel need...