nginx使用80代理其他端口

直接代码就好了

server{
	listen 80;
	server_name test.room58.cn;
	location / {
		proxy_redirect off;
		proxy_pass http://test.room58.cn:81;
	}
}
This entry was posted in 服务器. Bookmark the permalink.

发表评论