
nginx
sdewendong
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
1113: No mapping for the Unicode character exists in the target multi-byte code page
今天下载了windows稳定版本nginx-1.16.0 放到了一个名字是中文的文件夹下,然后 点击nginx.exe后,去浏览器发现没有启动成功。 然后去logs文件夹下查看log日志: 1113: No mapping for the Unicode character exists in the target multi-byte code page 后来查阅资料发现是因为解压的路径里...原创 2019-05-31 10:18:39 · 717 阅读 · 0 评论 -
nginx+tomcat具体的真实的例子
看了网上很多的例子,自己也想补充分享一下: 有3点必须配置对了 才能成功。我有两个项目一个EHL_SM,一个EHL_TFM;3个不同端口的tomcat,端口号分别是8080,8081,8082 直接上图: nginx.confg 配置好以后,重新启动nginx。 然后,如何访问项目呢?这是关键问题。http://+server_name+listen+location 例如: 访问E...原创 2019-06-04 14:07:01 · 417 阅读 · 0 评论