摘要:
博客地址:https://blog.csdn.net/ZGL_cyy/article/details/131095073 Centos7 Kong网关的安装配置 https://www.jianshu.com/p/c5ddea3581e1 windows环境下进行 Kong ApiGateway 环 阅读全文
随笔分类 - nginx
nginx启动报错:(1113: No mapping for the Unicode character exists in the target multi-byte code page)
2023-09-20 11:20 by 古兆洋, 1898 阅读, 收藏, 编辑
摘要:
转自:https://blog.csdn.net/qq_19309473/article/details/96477863 使用windows版本的nginx启动时遇到:(1113: No mapping for the Unicode character exists in the target 阅读全文
nginx配置详解
2023-09-20 11:19 by 古兆洋, 477 阅读, 收藏, 编辑
摘要:
nginx配置详解 前言 一:nginx.conf原本配置到解释 二:整体基本理解 全局块: events块: http块: 三:最简单的上线 四:nginx优化: 1.前端history模式404问题: 2.反向代理: 如何配置: 具体位置: 理解: 定义多个端口的反向代理: 3.开启gzip: 阅读全文