2024年09月28日 建站教程
http {
include mime.types;
default_type application/octet-stream;
server {
//代理跳转的网站
listen 9095;
server_name localhost 192.168.0.91;
//当前项目网址
location /wap/ {
proxy_pass http://192.168.0.91:9099/;
}
}
}
本文链接:http://so.lmcjl.com/news/14111/