摘要:
首先; 安装Nginx vim nginx.conf(反向代理) worker_processes 1;events { worker_connections 1024;}http { include mime.types; default_type application/octet-stream 阅读全文
posted @ 2018-12-01 21:39
Peter,boss
阅读(342)
评论(0)
推荐(0)
摘要:
#### LNMP组合工作流程 在LNMP组合工作时,首先是用户通过浏览器输入域名请求Nginx Web服务,如果请求是静态资源,则由Nginx解析返回给用户;如果是动态请求(.php结尾),那么Nginx就会把它通过FastCGI接口(快速接口规则,生产常用方法)发送FastCGI数据包给PHP引 阅读全文
posted @ 2018-12-01 21:03
Peter,boss
阅读(821)
评论(0)
推荐(0)
浙公网安备 33010602011771号