在 nginx.conf 配置文件中增加如下配置:
location / {
proxy_pass http://127.0.0.1:8080;
index index.html index.htm index.jsp;
}
nginx反向代理
最新推荐文章于 2024-08-06 10:18:31 发布
在 nginx.conf 配置文件中增加如下配置:
location / {
proxy_pass http://127.0.0.1:8080;
index index.html index.htm index.jsp;
}