nginx共141篇 第15页
Nginx是一款轻量级的Web 服务器/反向代理服务器及电子邮件(IMAP/POP3)代理服务器,在BSD-like 协议下发行。其特点是占有内存少,并发能力强。

thinkphp在nginx下配置支持伪静态的方法

thinkphp在nginx下配置支持伪静态的方法,代码如下: server { listen 80; server_name tom.test.cn; access_log /data/wwwlogs/tom.test.com_nginx.log combined; root /data/wwwroot/tom.test...
子博兄的头像-华尔子博-奥夏网子博兄5年前
01530