From cf4f928b256a800e84778feb98dd2794d1e8cb80 Mon Sep 17 00:00:00 2001 From: fernandoxu Date: Wed, 26 Jul 2023 10:06:06 +0800 Subject: [PATCH] fix(typo): ngnix -> nginx --- docs/faq-cn.md | 2 +- docs/faq-es.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq-cn.md b/docs/faq-cn.md index f57befde44c..e4aa1e774a3 100644 --- a/docs/faq-cn.md +++ b/docs/faq-cn.md @@ -39,7 +39,7 @@ Docker 版本相当于稳定版,latest Docker 总是与 latest release version > 相关讨论:[#386](https://github.com/Yidadaa/ChatGPT-Next-Web/issues/386) -如果你使用 ngnix 反向代理,需要在配置文件中增加下列代码: +如果你使用 nginx 反向代理,需要在配置文件中增加下列代码: ``` # 不缓存,支持流式输出 diff --git a/docs/faq-es.md b/docs/faq-es.md index d5bbcc11150..11214a68661 100644 --- a/docs/faq-es.md +++ b/docs/faq-es.md @@ -39,7 +39,7 @@ Esta es su contraseña de acceso personalizada, puede elegir: > Debates relacionados:[#386](https://github.com/Yidadaa/ChatGPT-Next-Web/issues/386) -Si utiliza el proxy inverso ngnix, debe agregar el siguiente código al archivo de configuración: +Si utiliza el proxy inverso nginx, debe agregar el siguiente código al archivo de configuración: # 不缓存,支持流式输出 proxy_cache off; # 关闭缓存