随笔分类 -  apache/nginx

 
nginx多虚拟主机配置
摘要:1.nginx.conf内容如下: 程序代码worker_processes 1;error_log/host/nginx/logs/error.logcrit;pid/host/nginx/logs/nginx.pid;events {worker_connections64;}http {include /host/nginx/conf/mime.types;default_typeapplication/octet-stream;#charsetgb2312; server_names_hash_bucket_size 128;client_header_buffer_size 32k; 阅读全文
posted @ 2012-08-28 16:55 ninelands 阅读(469) 评论(0) 推荐(0)