系统运维 配置文件>> worker_processes 1; events {worker_connections 1024;} http {log_format main '$remote_addr - $remote_use
系统运维
配置文件>>
worker_processes 1;
events {
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;
#文件服务器
server {
listen 80;
server_name localhost;
charset utf-8,gbk;
root E:/tool;
location / {
autoindex on;
autoindex_exact_size on;
autoindex_localtime on;
}
}
}
访问:http://127.0.0.1
免责声明:本文内容由互联网用户自发贡献自行上传,本网站不拥有所有权,也不承认相关法律责任。如果您发现本社区中有涉嫌抄袭的内容,请发送邮件至:operations@xinnet.com进行举报,并提供相关证据,一经查实,本站将立刻删除涉嫌侵权内容。