server{
listen 80;
server_name test.123.com;
location = /123.txt {
root /opt/webapps/test.123.com/;
}
location /{
proxy_pass http://test;
}
nginx后端挂个tomcat 并且挂上微信的verify 文件
最新推荐文章于 2024-12-03 15:10:41 发布