nginx/0.7.65加载Discuz! X1 Rewrite 规则启动失败请高手点评
user www www;
worker_processes 1;
error_log /home/www/logs/nginx_error.log crit;
pid /usr/local/nginx/nginx.pid;
#Specifies the value for maximum file descriptors that can be opened by this process.
worker_rlimit_nofile 1024;
events
{
use epoll;
worker_connections 1024;
}
http
{
include mime.types;
default_type application/octet-stream;
#charse gb2312;
server_names_hash_bucket_size 128;
client_header_buffer_size 128k;
large_client_header_buffers 4 256k;
client_max_body_size 16m;
sendfile on;
tcp_nopush on;
keepalive_timeout 60;
tcp_nodelay on;
server
{
listen 80;
server_name xn--ghqyhzj.com ledzg.cn;
index index.html index.htm index.php;
include location.conf;
root /home/server;
include discuz.conf;