windows nginx 目录配置

http {
	server {
		listen       80;
		server_name  www.test.com;
		location / {
			root   E:/data/www;
			index  index.html index.htm;
		}
	}
}
posted @ 2019-05-12 20:57  brookin  阅读(3724)  评论(0)    收藏  举报