worker_connections 1024;
}
http {
log_format main \\\’$remote_addr – $remote_user [$time_local] "$request" \\\’
\\\’$status $body_bytes_sent "$http_referer" \\\’
\\\’"$http_user_agent" "$http_x_forwarded_for"\\\’;
access_log logs/access.log main;
sendfile on;
tcp_nopush on;
#文件服務(wù)器
server {
listen 80;
server_name localhost;
charset utf-8,gbk;
root E:/tool;
location / {
autoindex on;
autoindex_exact_size on;
autoindex_localtime on;
}
}
}
訪問(wèn):http://127.0.0.1
更多關(guān)于云服務(wù)器,域名注冊(cè),虛擬主機(jī)的問(wèn)題,請(qǐng)?jiān)L問(wèn)西部數(shù)碼官網(wǎng):m.ps-sw.cn