mirror of
				https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
				synced 2025-11-04 16:23:41 +08:00 
			
		
		
		
	fix(typo): ngnix -> nginx
This commit is contained in:
		@@ -39,7 +39,7 @@ Docker 版本相当于稳定版,latest Docker 总是与 latest release version
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
> 相关讨论:[#386](https://github.com/Yidadaa/ChatGPT-Next-Web/issues/386)
 | 
					> 相关讨论:[#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)
 | 
					> 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;  # 关闭缓存
 | 
					    proxy_cache off;  # 关闭缓存
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user