Browse Source

Merge pull request #2486 from fernandoxu/main

fix(typo): ngnix -> nginx
Yifei Zhang 1 year ago
parent
commit
e83e0f6a33
2 changed files with 2 additions and 2 deletions
  1. 1 1
      docs/faq-cn.md
  2. 1 1
      docs/faq-es.md

+ 1 - 1
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 反向代理,需要在配置文件中增加下列代码:
 
 ```
 # 不缓存,支持流式输出

+ 1 - 1
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;  # 关闭缓存