dsugisawa-mixi

Results 1 comments of dsugisawa-mixi

have a try, use the command ``` cd ../nginx_tcp_proxy_module patch -p1 < my.patch ``` ``` cd nginx-1.14.2 patch -p1 < /path/to/nginx_tcp_proxy_module/tcp_1_8.patch ``` ### my.patch ```patch diff --git a/ngx_tcp_core_module.c b/ngx_tcp_core_module.c index...