码迷,mamicode.com
首页 > 其他好文 > 详细

IDEA中在nginx上设置访问前端页面

时间:2020-03-17 19:39:05      阅读:141      评论:0      收藏:0      [点我收藏+]

标签:static   local   highlight   pre   resources   code   html   cal   cat   

1、在nginx上进行配置

	location /web/{
		root  D:/fxglxt/src/main/resources/static;
		index index.html index.htm;
	}
	
	location /fxglxt/{
		proxy_pass  http://127.0.0.1:8083;
		
	}

  技术图片

 

 技术图片

 

 2、启动nginx

技术图片

 3、访问路径:http://localhost:8080/fxglxt/web/index.html

IDEA中在nginx上设置访问前端页面

标签:static   local   highlight   pre   resources   code   html   cal   cat   

原文地址:https://www.cnblogs.com/xuemeng11/p/12512671.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!