rewriter配置nginx.conf配置 server { listen 80;
server_name 127.0.0.1; index index.php; root /usr/share/nginx/html; #rewrite
^/projects/BookLib...
分类:
其他好文 时间:
2014-05-16 19:46:26
阅读次数:
316
linux源码升级内核当前环境:[root@localhost~]#uname-r
2.6.18-348.el5配置流程:1、准备yum库安装g++gcc[root@localhost~]#cat/etc/yum.repos.d/rh_5.9.repo
[rhel-server]
name=Redserver
baseurl=file:///misc/cd/Server
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-..
分类:
系统相关 时间:
2014-05-03 14:40:08
阅读次数:
500
nginxserver { listen 80; server_name localhost;
root /apps/web/; index index.html; location / { } location /server { ...
分类:
其他好文 时间:
2014-05-01 08:03:15
阅读次数:
902
1.nginx配置网站目录并修改访问的端口:nginx.conf文件listen
666;//端口默认为80,修改后增强安全性 server_name www.lnmp.org; index index.html index.htm
ind...
分类:
其他好文 时间:
2014-04-29 19:29:01
阅读次数:
450