Yichun Zhang

Results 934 comments of Yichun Zhang

@neomantra Because the `nobody` user is the default of the official NGINX source distribution and it is universally available.

Introducing a dedicated `nginx` user complicates things though I admit it might be more flexible when the user wants special permission management. But anyway, the user can specify the worker...

OpenResty's upcoming official deb packages will follow the rpm packages strictly.

This ticket is duplicate with #64.

@boyxuper You should try it out yourself. I think it should just work. I've never tested it though.

@boyxuper BTW, ngx_lua does not fully support HTTP/2 yet.

@boyxuper I guess we should migrate the following two code snippets guarded by `NGX_HTTP_V2` in `src/http/ngx_http_upstream.c` of the latest NGINX core to ngx_drizzle's `src/ngx_http_drizzle_upstream.c` file: ``` src/http/ngx_http_upstream.c 490:#if (NGX_HTTP_V2) 1176:#if...

@jmealo Yeah, the error message is similar. But I cannot derive more from just the error message itself. Patches welcome :)

@pavlusha23 Patches welcome :)

@27Bslash6 As I said above, you're welcome to contribute a patch, otherwise you can just use OpenSSL 1.0.2 series or older series.