forked from XiaoMo/ChatGPT-Next-Web
Merge pull request #2486 from fernandoxu/main
fix(typo): ngnix -> nginx
This commit is contained in:
commit
e83e0f6a33
@ -39,7 +39,7 @@ Docker 版本相当于稳定版,latest Docker 总是与 latest release version
|
||||
|
||||
> 相关讨论:[#386](https://github.com/Yidadaa/ChatGPT-Next-Web/issues/386)
|
||||
|
||||
如果你使用 ngnix 反向代理,需要在配置文件中增加下列代码:
|
||||
如果你使用 nginx 反向代理,需要在配置文件中增加下列代码:
|
||||
|
||||
```
|
||||
# 不缓存,支持流式输出
|
||||
|
@ -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; # 关闭缓存
|
||||
|
Loading…
Reference in New Issue
Block a user