File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,23 @@ the patch is already applied. Check the Dockerfile of the dev image.
8181Build as a common nginx module.
8282
8383``` bash
84+
85+ # Hack/patch nginx
86+
87+ $ patch -p1 < /build/ngx_ssl_ja3/patches/latest.patch
88+
89+ patching file src/event/ngx_event_openssl.c
90+ Hunk # 1 succeeded at 1358 (offset 137 lines).
91+ Hunk # 2 succeeded at 1426 (offset 143 lines).
92+ patching file src/event/ngx_event_openssl.h
93+ Hunk # 1 succeeded at 99 (offset 1 line).
94+
95+ # Configure
96+
8497$ ./configure --add-module=/build/ngx_ssl_ja3 --with-http_ssl_module --with-stream_ssl_module --with-debug --with-stream
98+
99+ # Install
100+
85101$ make && make install
86102
87103```
Original file line number Diff line number Diff line change 1+ ../docker/debian-nginx-ssl-ja3/nginx.1.15.9.ssl.extensions.patch
You can’t perform that action at this time.
0 commit comments