nginx virtual host configuration

Article referencehttps:  //www.cnblogs.com/jun1019/p/6260674.html

 

 

server {
	listen       9911;
	location / {
		root   G:\ZLST\gitCode\www;
		index  index.html index.htm;
	}
}

 

 

 

http://localhost:9911/

 

You can access the G:\ZLST\gitCode\www\index.html file

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326348469&siteId=291194637