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;
阅读全文