摘要: 一、去nginx官网下载nginx相应的版本二、打开nginx下的conf目录下的nginx.conf文件,并备份此文件一份三、把nginx.conf的内容修改如下:#user nobody;worker_processes 1;#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info;#pid logs/nginx.pid;events { worker_connections 1024;}http { include mime.types; default_type.. 阅读全文
posted @ 2011-08-22 16:21 都市浪子 阅读(344) 评论(1) 推荐(0)