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

angular - 如何运行在起来 - 使用nginx

时间:2018-07-26 10:47:46      阅读:1055      评论:0      收藏:0      [点我收藏+]

标签:文件   nbsp   family   cat   targe   命令   download   使用   ima   

nginx下载地址,使用的是标准版的:

点击下载nginx

 

nginx下载完后,解压

技术分享图片

dist文件夹下面所有angular文件放入html文件夹中.

 技术分享图片

 

最后命令行cd到当前nginx.exe目录,启动命令:nginx

再配置一下conf文件夹下面的nginx.conf

 

技术分享图片

 

再location / 添加一条:

try_files $uri $uri/ /index.html;

 

最后打开浏览器:http://localhost/index.html ,即可访问到示例.

 

angular - 如何运行在起来 - 使用nginx

标签:文件   nbsp   family   cat   targe   命令   download   使用   ima   

原文地址:https://www.cnblogs.com/cisum/p/9370163.html

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