windows 10 BashOnWindows ERR_INCOMPLETE_CHUNKED_ENCODING

简介: 为了bash on Windows 而装了windows 10 。但在配置LNMP环境的时候出现了问题。状况静态网页加载没有问题 但是访问php却会出现keeps waiting for a request finish最终游览器报net::ERR_INCOMPLETE_CHUNKED_ENCODING错误的情况。

为了bash on Windows 而装了windows 10 。但在配置LNMP环境的时候出现了问题。

状况

静态网页加载没有问题
但是访问php却会出现keeps waiting for a request finish最终游览器报net::ERR_INCOMPLETE_CHUNKED_ENCODING错误的情况。
更改了一堆参数无效,最后还是在官方的github上找到解决方法。

解决

nginx.conf

http {
    ...
    fastcgi_buffering off;
    ...
}

重启nginx与php-fpm即可解决。

参考

https://github.com/Microsoft/BashOnWindows/issues/1851#issuecomment-294299975

目录
相关文章
|
7月前
|
Unix 网络安全 数据安全/隐私保护
putty Faual Error:No supported authentication methods available (server sent: publickey)
putty Faual Error:No supported authentication methods available (server sent: publickey)
1393 0
|
5月前
|
XML 移动开发 Unix
open(file, mode=‘r‘, buffering=-1, encoding=None, errors=None, newline=None, closefd=True, opener=No
open(file, mode=‘r‘, buffering=-1, encoding=None, errors=None, newline=None, closefd=True, opener=No
Error: error:0308010C:digital envelope routines::unsupported
Error: error:0308010C:digital envelope routines::unsupported
|
6月前
[ERROR] Malformed \uxxxx encoding.报错解决
[ERROR] Malformed \uxxxx encoding.报错解决
|
6月前
|
Linux Windows
【已解决】Error: error:0308010C:digital envelope routines::unsupported
【已解决】Error: error:0308010C:digital envelope routines::unsupported
200 0
|
7月前
|
JavaScript 算法 Windows
95% emitting CompressionPlugin ERROR Error: error:0308010C:digital envelope routines::unsupported
95% emitting CompressionPlugin ERROR Error: error:0308010C:digital envelope routines::unsupported
881 0
|
7月前
|
算法 JavaScript
解决Error: error:0308010C:digital envelope routines::unsupported最快速方案
解决Error: error:0308010C:digital envelope routines::unsupported最快速方案
268 0
|
7月前
nodejs17/18版本报错:digital envelope routines::unsupported
nodejs17/18版本报错:digital envelope routines::unsupported
231 0
activeError: error:0308010C:digital envelope routines::unsupported
activeError: error:0308010C:digital envelope routines::unsupported
63 0
|
Linux
LINUX打印机报错:ipp error(1034, client-error-document-format-not-supported)
LINUX打印机报错:ipp error(1034, client-error-document-format-not-supported)
3431 0
LINUX打印机报错:ipp error(1034, client-error-document-format-not-supported)